guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: 389-ds-base: Make sure not to keep a store reference to HTTP


From: guix-commits
Subject: 04/05: gnu: 389-ds-base: Make sure not to keep a store reference to HTTPD.
Date: Sun, 30 Apr 2023 04:48:25 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bdbf3e36cfed2a6e373bc32868264d85ec4932ac
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Apr 27 22:49:03 2023 -0400

    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.
---
 gnu/packages/openldap.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]