mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: 389-ds-base: Make sure not to keep a store reference to HTTPD.
* gnu/packages/openldap.scm (389-ds-base)[inputs]: Move httpd ... [native-inputs]: ... to here. [arguments]: Forbid keeping a reference to httpd.
This commit is contained in:
parent
15172a5c1e
commit
bdbf3e36cf
1 changed files with 2 additions and 1 deletions
|
@ -233,6 +233,7 @@ (define-public 389-ds-base
|
|||
(guix build utils))
|
||||
#:imported-modules `((guix build python-build-system)
|
||||
,@%gnu-build-system-modules)
|
||||
#:disallowed-references (list httpd)
|
||||
#:configure-flags
|
||||
#~(list "--enable-cmocka"
|
||||
(string-append "--with-db="
|
||||
|
@ -322,7 +323,6 @@ (define-public 389-ds-base
|
|||
cracklib
|
||||
cyrus-sasl
|
||||
gnutls
|
||||
httpd
|
||||
icu4c
|
||||
iproute
|
||||
json-c
|
||||
|
@ -353,6 +353,7 @@ (define-public 389-ds-base
|
|||
cmocka
|
||||
doxygen
|
||||
gettext-minimal
|
||||
httpd
|
||||
libtool
|
||||
rsync
|
||||
pkg-config))
|
||||
|
|
Loading…
Reference in a new issue