tor: fix torify failing because torsocks not found in PATH
This commit is contained in:
@@ -89,6 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace contrib/client-tools/torify \
|
||||
--replace-fail 'command -v torsocks' 'true' \
|
||||
--replace-fail 'exec torsocks' 'exec ${torsocks}/bin/torsocks'
|
||||
|
||||
patchShebangs ./scripts/maint/checkShellScripts.sh
|
||||
|
||||
Reference in New Issue
Block a user