perlPackages.AuthenHtpasswd: removed failing DES crypt() tests

This commit is contained in:
Stig Palmquist 2023-03-26 04:12:51 +02:00
parent c94802a08d
commit f8af7d5b1c
No known key found for this signature in database

View file

@ -1180,6 +1180,10 @@ let
hash = "sha256-tfr0fj+UikUoEGzLiMxxBIz+WY5bAmpEQ2i8fjk0gGc=";
};
propagatedBuildInputs = [ ClassAccessor CryptPasswdMD5 DigestSHA1 IOLockedFile ];
# Remove test files that fail after DES support was removed from crypt()
postPatch = ''
rm t/04core.t t/05edit.t
'';
meta = {
description = "Interface to read and modify Apache .htpasswd files";
license = with lib.licenses; [ artistic1 gpl1Plus ];