Merge remote-tracking branch 'tv/master'

This commit is contained in:
makefu 2022-12-12 23:41:15 +01:00
commit c8b5d85458
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,4 +1,5 @@
{ fetchurl, lib, stdenv
, libxcrypt
, pam
, wordset-file ? null, # set your own wordset-file
}:
@ -6,7 +7,7 @@
stdenv.mkDerivation rec {
name = "passwdqc-utils-${version}";
version = "1.3.0";
buildInputs = [ pam ];
buildInputs = [ libxcrypt pam ];
src = fetchurl {
url = "http://www.openwall.com/passwdqc/passwdqc-${version}.tar.gz";