sdcv: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:27:08 +00:00
parent 8483edcda0
commit 0782c5e810

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
sha256 = "1cnyv7gd1qvz8ma8545d3aq726wxrx4km7ykl97831irx5wz0r51";
};
hardening_format = false;
patches = ( if stdenv.isDarwin
then [ ./sdcv.cpp.patch-darwin ./utils.hpp.patch ]
else [ ./sdcv.cpp.patch ] );