guix-commits
[Top][All Lists]
Advanced

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

396/416: gnu: heimdal: Enable OpenLDAP support.


From: guix-commits
Subject: 396/416: gnu: heimdal: Enable OpenLDAP support.
Date: Fri, 14 Apr 2023 15:26:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 76f29dc72dd2a2a2003ea017abf9191daf88170c
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Mon Apr 10 21:23:13 2023 -0700

    gnu: heimdal: Enable OpenLDAP support.
    
    * gnu/packages/kerberos.scm (heimdal)
    [native-inputs]: Add bison, flex and pkg-config.
    [inputs]: Remove mit-krb5.  Add libcap-ng and openldap.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/kerberos.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 30fa3ca63c..9e2f6acd56 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -256,7 +256,8 @@ After installation, the system administrator should 
generate keys using
                          e2fsprogs      ;for 'compile_et'
                          flex
                          texinfo
-                         unzip ;for tests
+                         unzip          ;for tests
+                         pkg-config
                          python))
     (inputs (list readline
                   bash-minimal



reply via email to

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