mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: shadow: Add libxcrypt dependency.
* gnu/packages/admin.scm (shadow): Add libxcrypt dependency. Change-Id: I3fa0b7239dcf100ba8a6431155557d1523bcfd25
This commit is contained in:
parent
d4d7fe9040
commit
7af5afcfa2
1 changed files with 2 additions and 1 deletions
|
@ -1090,7 +1090,8 @@ (define-public shadow
|
||||||
(list linux-pam))
|
(list linux-pam))
|
||||||
(if (%current-target-system)
|
(if (%current-target-system)
|
||||||
(list bash-minimal)
|
(list bash-minimal)
|
||||||
'())))
|
'())
|
||||||
|
(list libxcrypt)))
|
||||||
(home-page "https://github.com/shadow-maint/shadow")
|
(home-page "https://github.com/shadow-maint/shadow")
|
||||||
(synopsis "Authentication-related tools such as passwd, su, and login")
|
(synopsis "Authentication-related tools such as passwd, su, and login")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue