tor: patchShebangs script, fix build

This commit is contained in:
Will Dietz 2020-01-08 15:33:52 -06:00
parent 48838ac958
commit bd712ef6c3
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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