tor: patchShebangs script, fix build

wip/yesman
Will Dietz 5 years ago
parent 48838ac958
commit bd712ef6c3
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
  1. 2
      pkgs/tools/security/tor/default.nix

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
substituteInPlace contrib/client-tools/torify \
--replace 'pathfind torsocks' true \
--replace 'exec torsocks' 'exec ${torsocks}/bin/torsocks'
patchShebangs ./scripts/maint/checkShellScripts.sh
'';
enableParallelBuilding = true;

Loading…
Cancel
Save