From 0e2982706eb2cb1a4ea68dca5732d768bf8a3973 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 4 Aug 2026 12:02:16 +0200 Subject: [PATCH 1/2] libxcrypt: enable strictDeps --- pkgs/development/libraries/libxcrypt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/libxcrypt/default.nix b/pkgs/development/libraries/libxcrypt/default.nix index c648cc46383a..d5ffd48aa5e5 100644 --- a/pkgs/development/libraries/libxcrypt/default.nix +++ b/pkgs/development/libraries/libxcrypt/default.nix @@ -62,6 +62,8 @@ stdenv.mkDerivation (finalAttrs: { perl ]; + strictDeps = true; + enableParallelBuilding = true; doCheck = true; From 97716456d68281dbcbeff828965f16ec0f97873a Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 4 Aug 2026 14:41:36 +0200 Subject: [PATCH 2/2] libxcrypt: remove unused argument --- pkgs/development/libraries/libxcrypt/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/libxcrypt/default.nix b/pkgs/development/libraries/libxcrypt/default.nix index d5ffd48aa5e5..056a2cbd946a 100644 --- a/pkgs/development/libraries/libxcrypt/default.nix +++ b/pkgs/development/libraries/libxcrypt/default.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchurl, - fetchpatch, perl, # Update the enabled crypt scheme ids in passthru when the enabled hashes change enableHashes ? "strong",