guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: 389-ds-base: Fix build.


From: Tobias Geerinckx-Rice
Subject: 05/07: gnu: 389-ds-base: Fix build.
Date: Tue, 25 Sep 2018 06:19:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6d7ca74ba60053ddd53636d5850d8ee97fb4ccf5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 25 11:39:12 2018 +0200

    gnu: 389-ds-base: Fix build.
    
    * gnu/packages/openldap.scm (389-ds-base)[inputs]: Add openssl.
---
 gnu/packages/openldap.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 4b615b5..962a9c8 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -295,6 +295,7 @@ servers from Python programs.")
        ("nspr" ,nspr)
        ("nss" ,nss)
        ("openldap" ,openldap)
+       ("openssl" ,openssl)             ; #included by net-snmp
        ("pcre" ,pcre)
        ("perl" ,perl)
        ("python" ,python)



reply via email to

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