yabar: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-02 15:30:50 +00:00
parent cbc8fc239a
commit b9152cf5a0

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ cairo gdk_pixbuf libconfig pango pkgconfig xcbutilwm ];
hardeningDisable = [ "format" ];
postPatch = ''
substituteInPlace ./Makefile --replace "\$(shell git describe)" "${version}"
'';