unzip: disable strictflexarrays3 hardening flag

This commit is contained in:
Robert Scott
2025-05-24 11:10:23 +01:00
parent 3d49f61e8a
commit ea933260d4
+4 -1
View File
@@ -16,7 +16,10 @@ stdenv.mkDerivation rec {
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
};
hardeningDisable = [ "format" ];
hardeningDisable = [
"format"
"strictflexarrays3"
];
patchFlags = [
"-p1"