mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ hostname.")
|
|||
(list linux-pam))
|
||||
(if (%current-target-system)
|
||||
(list bash-minimal)
|
||||
'())))
|
||||
'())
|
||||
(list libxcrypt)))
|
||||
(home-page "https://github.com/shadow-maint/shadow")
|
||||
(synopsis "Authentication-related tools such as passwd, su, and login")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue