apteryx pushed a commit to branch master
in repository guix.

commit 76f29dc72dd2a2a2003ea017abf9191daf88170c
Author: Felix Lechner <[email protected]>
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 <[email protected]>
    Modified-by: Maxim Cournoyer <[email protected]>
---
 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