zip: Enable cross-compilation
This commit is contained in:
parent
6719bf5a74
commit
a4179bf45f
@ -12,6 +12,9 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
||||||
};
|
};
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace unix/Makefile --replace 'CC = cc' ""
|
||||||
|
'';
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user