libxcrypt: enable strictDeps, remove unused argument (#551837)

This commit is contained in:
Martin Weinelt
2026-08-25 12:34:43 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch,
perl,
# Update the enabled crypt scheme ids in passthru when the enabled hashes change
enableHashes ? "strong",
@@ -62,6 +61,8 @@ stdenv.mkDerivation (finalAttrs: {
perl
];
strictDeps = true;
enableParallelBuilding = true;
doCheck = true;