yabar: disable format hardening
This commit is contained in:
parent
cbc8fc239a
commit
b9152cf5a0
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cairo gdk_pixbuf libconfig pango pkgconfig xcbutilwm ];
|
buildInputs = [ cairo gdk_pixbuf libconfig pango pkgconfig xcbutilwm ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace ./Makefile --replace "\$(shell git describe)" "${version}"
|
substituteInPlace ./Makefile --replace "\$(shell git describe)" "${version}"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user