2
0
Fork 0

patch tor

This commit is contained in:
Ehmry - 2020-12-03 12:49:55 +01:00
parent a34d21318d
commit b7990eb365
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ in {
tor = overrideAttrsHost (attrs: { tor = overrideAttrsHost (attrs: {
configureFlags = attrs.configureFlags or [ ] configureFlags = attrs.configureFlags or [ ]
++ [ "--disable-tool-name-check" ]; ++ [ "--disable-tool-name-check" ];
patches = attrs.patches or [ ] ++ [ ./tor/genode.patch ];
postPatch = null; # Avoid torsocks patching postPatch = null; # Avoid torsocks patching
}) tor; }) tor;