gnu: passwdqc: Add libxcrypt dependency.

* gnu/packages/password-utils.scm (passwdqc)[inputs]: Add libxcrypt.

Change-Id: I71e7261170cc433952bcaa0a4a1bdda95cd94d65
This commit is contained in:
宋文武 2024-06-18 11:56:04 +08:00 committed by Ludovic Courtès
parent bf3c3c4be4
commit 6df36c3cee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")