guix_mirror_bot pushed a commit to branch postgresql
in repository guix.

commit b358cc6cbd2878584a0630c5aa3be8535488f513
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 13:03:25 2026 +0200

    gnu: postgresql-17: Remove unused native inputs.
    
    * gnu/packages/databases.scm (postgresql-17)[native-inputs]:
    Remove docbook-xml-4.5, docbook-xsl, and docbook2x.
    (postgresql-16)[native-inputs]: Put back docbook-xml-4.5 and docbook2x.
    Do not attempt to delete docbook-xsl.
---
 gnu/packages/databases.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b3c5a549cb..17fcfcf164 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1617,9 +1617,6 @@ and high-availability (HA).")
               (invoke "make" "-C" "contrib" "install"))))))
     (native-inputs
      (list bison
-           docbook-xml-4.5
-           docbook-xsl
-           docbook2x
            flex
            libxml2
            libxslt
@@ -1665,8 +1662,9 @@ pictures, sounds, or video.")
                   (install-file "postgres.info"
                                 (string-append #$output "/share/info")))))))))
     (native-inputs (modify-inputs (package-native-inputs postgresql-17)
+                     (append docbook-xml-4.5)
+                     (append docbook2x)
                      (delete "bison")
-                     (delete "docbook-xsl")
                      (delete "flex")
                      (delete "libxslt")))))
 

Reply via email to