spidermonkey: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 00:18:44 +00:00
parent d2f8058cac
commit 94a74cb14d

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "12v6v2ccw1y6ng3kny3xw0lfs58d1klylqq707k0x04m707kydj4";
};
hardening_format = false;
buildInputs = [ readline ];
postUnpack = "sourceRoot=\${sourceRoot}/src";