guix-patches
[Top][All Lists]
Advanced

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

[bug#63038] [PATCH 4/5] gnu: 389-ds-base: Build with httpd/pinned.


From: Leo Famulari
Subject: [bug#63038] [PATCH 4/5] gnu: 389-ds-base: Build with httpd/pinned.
Date: Sun, 23 Apr 2023 13:11:47 -0400

* gnu/packages/openldap.scm (389-ds-base)[inputs]: Replace httpd with ...
[native-inputs]: ... httpd/pinned.
[arguments]: Forbid keeping a reference to httpd/pinned.
---
 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 3f3015bd80..2d3a6d6274 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -268,6 +268,7 @@ (define-public 389-ds-base
                   (guix build utils))
       #:imported-modules `((guix build python-build-system)
                            ,@%gnu-build-system-modules)
+      #:disallowed-references (list httpd/pinned)
       #:configure-flags
       #~(list "--enable-cmocka"
               (string-append "--with-db="
@@ -357,7 +358,6 @@ (define-public 389-ds-base
            cracklib
            cyrus-sasl
            gnutls
-           httpd
            icu4c
            iproute
            json-c
@@ -388,6 +388,7 @@ (define-public 389-ds-base
            cmocka
            doxygen
            gettext-minimal
+           httpd/pinned
            libtool
            rsync
            pkg-config))
-- 
2.39.2






reply via email to

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