guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: postgresql@10: Fix manual compilation.


From: guix-commits
Subject: 04/04: gnu: postgresql@10: Fix manual compilation.
Date: Sun, 5 Jun 2022 11:01:05 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit b422687cbd29652d21ffcb7b5b202ab9b37dd5d3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jun 5 16:27:15 2022 +0200

    gnu: postgresql@10: Fix manual compilation.
    
    This is a followup to f0227a18c2394d3403d0265f3c700cfd9d1ee5b4.
    
    * gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
---
 gnu/packages/databases.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 2134a2c643..df0532a0ea 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1288,7 +1288,11 @@ pictures, sounds, or video.")
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "17v51a9vnz6lgbfmbdmcwsiyi572wndwa4n30nk2zr6gkgaidpl7"))))))
+                "17v51a9vnz6lgbfmbdmcwsiyi572wndwa4n30nk2zr6gkgaidpl7"))))
+    (native-inputs
+     (modify-inputs (package-native-inputs postgresql-11)
+       (append opensp docbook-sgml-4.2)
+       (delete "docbook-xml")))))
 
 (define-public postgresql postgresql-13)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]