diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:33:26 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:06 +0200 |
commit | 9ff05e31c629bbff092b2980943d39b94f870550 (patch) | |
tree | 22f0e380818fd0aa83dfe72d80f2d50cad1cdc66 /gnu/packages | |
parent | 829485f3979aaf397bf44983e7776a9a13092cb0 (diff) | |
download | guix-9ff05e31c629bbff092b2980943d39b94f870550.tar.gz guix-9ff05e31c629bbff092b2980943d39b94f870550.zip |
gnu: heimdal: Add libxcrypt dependency.
* gnu/packages/kerberos.scm (heimdal)[inputs]: Add libxcrypt.
Change-Id: I305da61c8c22f970bae2a92ade847b41ffb94902
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kerberos.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm index 241881ea47..5824950bf3 100644 --- a/gnu/packages/kerberos.scm +++ b/gnu/packages/kerberos.scm @@ -35,6 +35,7 @@ #:use-module (gnu packages autotools) #:use-module (gnu packages bash) #:use-module (gnu packages bison) + #:use-module (gnu packages crypto) #:use-module (gnu packages dbm) #:use-module (gnu packages flex) #:use-module (gnu packages perl) @@ -267,6 +268,7 @@ After installation, the system administrator should generate keys using bdb e2fsprogs ;for libcom_err libcap-ng + libxcrypt openldap sqlite)) (home-page "http://www.h5l.org/") |