leafpad: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 03:50:09 +00:00
parent 4c30616dc3
commit 7d86b03311

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool pkgconfig gtk ];
hardening_format = false;
configureFlags = [
"--enable-chooser"
];