mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 23:55:54 +02:00
gnu: passwdqc: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt. Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
This commit is contained in:
@@ -574,7 +574,7 @@ random passwords that pass the checks.")
|
||||
#: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")
|
||||
|
||||
Reference in New Issue
Block a user