nedit: disable format hardening

This commit is contained in:
Franz Pletz 2016-07-28 03:50:29 +02:00 committed by Robin Gloster
parent 1be4907ca2
commit 68a953cdc3

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1v8y8vwj3kn91crsddqkz843y6csgw7wkjnd3zdcb4bcrf1pjrsk";
};
hardeningDisable = [ "format" ];
buildInputs = [ xlibsWrapper motif libXpm ];
buildFlags = if stdenv.isLinux then "linux" else "";