summary refs log tree commit diff
path: root/gnu/packages/openldap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/openldap.scm')
-rw-r--r--gnu/packages/openldap.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 92480b13f8..40b708145a 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -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))