eboard: disable format hardening
This commit is contained in:
parent
08928dc57a
commit
e266c6a2c1
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ gtk ];
|
buildInputs = [ gtk ];
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs ./configure
|
patchShebangs ./configure
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user