unzip: disable strictflexarrays3 hardening flag
This commit is contained in:
@@ -16,7 +16,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = [
|
||||
"format"
|
||||
"strictflexarrays3"
|
||||
];
|
||||
|
||||
patchFlags = [
|
||||
"-p1"
|
||||
|
||||
Reference in New Issue
Block a user