about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-25 20:06:54 +0000
committerRobin Gloster <mail@glob.in>2016-02-25 20:06:54 +0000
commite0200a507bb68222673caed2e689130285fc017b (patch)
tree7ea4deb8783a62d4662b6f2cb0d85b754f3efd69 /pkgs/applications/networking/remote
parentda9352ee736b7e4344a338b08c23e35b39d70c9b (diff)
ssvnc: turn off format hardening
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/ssvnc/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/ssvnc/default.nix b/pkgs/applications/networking/remote/ssvnc/default.nix
index 956391b71f864..681ace6ab8fc7 100644
--- a/pkgs/applications/networking/remote/ssvnc/default.nix
+++ b/pkgs/applications/networking/remote/ssvnc/default.nix
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
 
   configurePhase = "makeFlags=PREFIX=$out";
 
+  hardening_format = false;
+
   postInstall = ''
     sed -i -e 's|exec wish|exec ${tk}/bin/wish|' $out/lib/ssvnc/util/ssvnc.tcl
     sed -i -e 's|/usr/bin/perl|${perl}/bin/perl|' $out/lib/ssvnc/util/ss_vncviewer