tor: patchShebangs script, fix build
This commit is contained in:
parent
48838ac958
commit
bd712ef6c3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue