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:
Leo Famulari 2023-04-27 22:49:03 -04:00
parent 15172a5c1e
commit bdbf3e36cf
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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))