mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
gnu: makepasswd: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt. Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
This commit is contained in:
@@ -1642,7 +1642,7 @@ try every password contained in a file.")
|
||||
(native-inputs
|
||||
(list pkg-config libxslt libxml2 docbook-xsl docbook-xml))
|
||||
(inputs
|
||||
(list openssl))
|
||||
(list libxcrypt openssl))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user