ssvnc: turn off format hardening
This commit is contained in:
parent
da9352ee73
commit
e0200a507b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue