mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ random passwords that pass the checks.")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ;no configure script
|
(delete 'configure)))) ;no configure script
|
||||||
(inputs (list linux-pam))
|
(inputs (list linux-pam libxcrypt))
|
||||||
(home-page "https://www.openwall.com/passwdqc/")
|
(home-page "https://www.openwall.com/passwdqc/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Password/passphrase strength checking and policy enforcement toolset")
|
"Password/passphrase strength checking and policy enforcement toolset")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue