libtasn1: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-04 21:15:48 +02:00
parent ab08da28a1
commit fd87d30094

View File

@@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
perl
];
strictDeps = true;
doCheck = true;
preCheck =
if stdenv.hostPlatform.isDarwin then "export DYLD_LIBRARY_PATH=`pwd`/lib/.libs" else null;