mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: passwdqc: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt. Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
This commit is contained in:
parent
bf3c3c4be4
commit
6df36c3cee
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ (define-public passwdqc
|
|||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)))) ;no configure script
|
||||
(inputs (list linux-pam))
|
||||
(inputs (list linux-pam libxcrypt))
|
||||
(home-page "https://www.openwall.com/passwdqc/")
|
||||
(synopsis
|
||||
"Password/passphrase strength checking and policy enforcement toolset")
|
||||
|
|
Loading…
Reference in a new issue