mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: makepasswd: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (makepasswd)[inputs]: Add libxcrypt. Change-Id: I4296a814148b42032c8f66449ea945a37bc768de
This commit is contained in:
parent
2b3512c671
commit
866978ab42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue