qrcode: enable fortify hardening, disable warning

This commit is contained in:
Franz Pletz 2016-08-12 18:10:47 +02:00
parent f7da99c7ff
commit d1b2c34750

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
inherit (s) rev url sha256;
};
hardeningDisable = [ "fortify" ];
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
installPhase = ''
mkdir -p "$out"/{bin,share/doc/qrcode}