x2vnc: disable format hardening
This commit is contained in:
parent
1f1637f6a0
commit
19f5e2a1cf
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
xorg.libXrandr xorg.randrproto
|
||||
];
|
||||
|
||||
preInstall = "mkdir -p $out";
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://fredrik.hubbe.net/x2vnc.html;
|
||||
|
Loading…
Reference in New Issue
Block a user