mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -233,6 +233,7 @@ servers from Python programs.")
|
||||
(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 @@ servers from Python programs.")
|
||||
cracklib
|
||||
cyrus-sasl
|
||||
gnutls
|
||||
httpd
|
||||
icu4c
|
||||
iproute
|
||||
json-c
|
||||
@@ -353,6 +353,7 @@ servers from Python programs.")
|
||||
cmocka
|
||||
doxygen
|
||||
gettext-minimal
|
||||
httpd
|
||||
libtool
|
||||
rsync
|
||||
pkg-config))
|
||||
|
||||
Reference in New Issue
Block a user