Use a hardened stdenv by default
This commit is contained in:
committed by
Robin Gloster
parent
c5f092c6a7
commit
954e9903ad
@@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "0sb3h3067pzf3a7mlxn1hikpcjrsvycjcnj9hl9b1c3ykcgvps7h";
|
||||
};
|
||||
|
||||
noHardening_format = true;
|
||||
|
||||
makefile = "unix/Makefile";
|
||||
buildFlags = if stdenv.isCygwin then "cygwin" else "generic";
|
||||
installFlags = "prefix=$(out) INSTALL=cp";
|
||||
|
||||
Reference in New Issue
Block a user