mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
qrcode: enable fortify hardening, disable warning
This commit is contained in:
parent
f7da99c7ff
commit
d1b2c34750
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user