2
0
Fork 0

tor: patch to loosen "user" and "group" tests

This commit is contained in:
Emery Hemingway 2020-12-03 12:49:55 +01:00
parent db25338c87
commit 02864d61b0
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ in {
solo5-tools = callPackage ./solo5-tools { };
tor = overrideAttrsHost (attrs: {
configureFlags = attrs.configureFlags or [ ]
++ [ "--disable-tool-name-check" ];
patches = attrs.patches or [ ] ++ [ ./tor/genode.patch ];
postPatch = null; # Avoid torsocks patching
}) tor;
zlib = overrideAttrsHost (attrs: {
postInstall = attrs.postInstall or "" + ''
pushd ''${!outputLib}/lib