leafpad: turn off format hardening
This commit is contained in:
parent
4c30616dc3
commit
7d86b03311
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ intltool pkgconfig gtk ];
|
buildInputs = [ intltool pkgconfig gtk ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-chooser"
|
"--enable-chooser"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user