zstd: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-05 02:21:11 +02:00
parent f91a2ad3c8
commit b7fc755c29

View File

@@ -45,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
buildInputs = lib.optional stdenv.hostPlatform.isUnix bashNonInteractive;
strictDeps = true;
patches = [
# This patches makes sure we do not attempt to use the MD5 implementation
# of the host platform when running the tests