guix-commits
[Top][All Lists]
Advanced

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

14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:31 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 83949ad78e250d002de9dc42eb002287023a87eb
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:26 2021 +0200

    gnu: 389-ds-base: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/openldap.scm
      (389-ds-base)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/openldap.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 3f441f56b4..02c8d825f7 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -28,6 +28,7 @@
 
 (define-module (gnu packages openldap)
   #:use-module (gnu packages autotools)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cyrus-sasl)
@@ -319,7 +320,8 @@ servers from Python programs.")
                             "/bin/ds-logpipe.py"
                             "/bin/ds-replcheck"))))))))
     (inputs
-     (list bdb
+     (list bash-minimal
+           bdb
            cracklib
            cyrus-sasl
            gnutls



reply via email to

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