mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:58:03 +00:00
vncrec: turn off format hardening
This commit is contained in:
parent
d117254822
commit
70bcd8ace8
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1yp6r55fqpdhc8cgrgh9i0mzxmkls16pgf8vfcpng1axr7cigyhc";
|
||||
};
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [
|
||||
libX11 xproto imake gccmakedep libXt libXmu libXaw
|
||||
libXext xextproto libSM libICE libXpm libXp
|
||||
|
Loading…
Reference in New Issue
Block a user