ssvnc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-25 20:06:54 +00:00
parent da9352ee73
commit e0200a507b

View File

@ -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