guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: postgresql@11: Depend on docbook-xml@4.2.


From: guix-commits
Subject: 05/05: gnu: postgresql@11: Depend on docbook-xml@4.2.
Date: Thu, 2 Jun 2022 07:34:10 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit 3fce3c2c7a24c387b3a2f05347b515d4933a21e4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 2 13:32:31 2022 +0200

    gnu: postgresql@11: Depend on docbook-xml@4.2.
    
    * gnu/packages/databases.scm (postgresql-11)[native-inputs]: New field.
---
 gnu/packages/databases.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 4f2d7ef11c..2134a2c643 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2018 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2012-2016, 2018, 2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2012, 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2013, 2017 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
@@ -1273,7 +1273,10 @@ pictures, sounds, or video.")
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8"))))))
+                "1qvrm0vhwnc5nijfbqybhwfjbq4r7vmk445sz7s6fiagpn78xxf8"))))
+    (native-inputs
+     (modify-inputs (package-native-inputs postgresql-13)
+       (replace "docbook-xml" docbook-xml-4.2)))))
 
 (define-public postgresql-10
   (package



reply via email to

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