gnu: shadow: Add libxcrypt dependency.

* gnu/packages/admin.scm (shadow): Add libxcrypt dependency.

Change-Id: I3fa0b7239dcf100ba8a6431155557d1523bcfd25
This commit is contained in:
Josselin Poiret 2024-02-02 12:16:19 +01:00 committed by Ludovic Courtès
parent d4d7fe9040
commit 7af5afcfa2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1090,7 +1090,8 @@ (define-public shadow
(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