From e0200a507bb68222673caed2e689130285fc017b Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 25 Feb 2016 20:06:54 +0000 Subject: ssvnc: turn off format hardening --- pkgs/applications/networking/remote/ssvnc/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/networking/remote') 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 -- cgit 1.4.1