guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: 389-ds-base: Substitute more to


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: 389-ds-base: Substitute more tool references.
Date: Fri, 01 Oct 2021 16:09:39 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 63c7bb6  gnu: 389-ds-base: Substitute more tool references.
63c7bb6 is described below

commit 63c7bb62c436f5c606190526bbabbfb55d42da92
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Oct 1 22:08:30 2021 +0200

    gnu: 389-ds-base: Substitute more tool references.
    
    * gnu/packages/openldap.scm (389-ds-base)[arguments]: Substitute references 
to
    "ip" and "openssl".
    [inputs]: Add iproute.
---
 gnu/packages/openldap.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 99c5415..da4eccb 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -256,9 +256,14 @@ servers from Python programs.")
            (lambda _
              (substitute* "include/ldaputil/certmap.h"
                (("nss3/cert.h") "nss/cert.h"))
+             (substitute* "src/lib389/lib389/utils.py"
+               (("'/sbin/ip'")
+                (string-append "'" (which "ip") "'")))
              (substitute* "src/lib389/lib389/nss_ssl.py"
                (("'/usr/bin/certutil'")
                 (string-append "'" (which "certutil") "'"))
+               (("'/usr/bin/openssl'")
+                (string-append "'" (which "openssl") "'"))
                (("'/usr/bin/c_rehash'")
                 (string-append "'" (which "perl") "', '"
                                (which "c_rehash") "'")))))
@@ -330,6 +335,7 @@ servers from Python programs.")
        ("gnutls" ,gnutls)
        ("httpd" ,httpd)
        ("icu4c" ,icu4c)
+       ("iproute" ,iproute)
        ("libevent" ,libevent)
        ("libselinux" ,libselinux)
        ("linux-pam" ,linux-pam)



reply via email to

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