iyzsong pushed a commit to branch core-updates
in repository guix.
commit c5eb937f2940a98820d9bd3f28198338b39808d9
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:56:04 2024 +0800
gnu: passwdqc: Add libxcrypt dependency.
* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt.
Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
---
gnu/packages/password-utils.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index b7c2d8ada5..34946b0367 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -573,7 +573,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")