mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
65db0c0603
commit
75497ecc4a
1 changed files with 3 additions and 1 deletions
|
@ -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 @@ (define-public 389-ds-base
|
|||
"/bin/ds-logpipe.py"
|
||||
"/bin/ds-replcheck"))))))))
|
||||
(inputs
|
||||
(list bdb
|
||||
(list bash-minimal
|
||||
bdb
|
||||
cracklib
|
||||
cyrus-sasl
|
||||
gnutls
|
||||
|
|
Loading…
Reference in a new issue