diff options
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index ebfe54dacb..8a97a51ff5 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -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") |