mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: heimdal: Add libxcrypt dependency.
* gnu/packages/kerberos.scm (heimdal)[inputs]: Add libxcrypt. Change-Id: I305da61c8c22f970bae2a92ade847b41ffb94902
This commit is contained in:
parent
829485f397
commit
9ff05e31c6
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ (define-module (gnu packages kerberos)
|
|||
#: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 @@ (define-public heimdal
|
|||
bdb
|
||||
e2fsprogs ;for libcom_err
|
||||
libcap-ng
|
||||
libxcrypt
|
||||
openldap
|
||||
sqlite))
|
||||
(home-page "http://www.h5l.org/")
|
||||
|
|
Loading…
Reference in a new issue