gnu: makepasswd: Add libxcrypt dependency.

* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt.

Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
This commit is contained in:
宋文武 2024-06-19 11:38:35 +08:00 committed by Ludovic Courtès
parent 2b3512c671
commit 866978ab42
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1642,7 +1642,7 @@ (define-public makepasswd
(native-inputs
(list pkg-config libxslt libxml2 docbook-xsl docbook-xml))
(inputs
(list openssl))
(list libxcrypt openssl))
(arguments
`(#:phases
(modify-phases %standard-phases