tor: build with standard libevent (#93854)

Since the last staging-next merge the build for libevent without openssl
support seems to fail. Since openssl has been updated to >=1.1.0 since a
while, remove this old override.
This commit is contained in:
Milan
2020-07-26 12:47:48 +02:00
committed by GitHub
parent 479db270fb
commit 9bd24ddc41
+1 -6
View File
@@ -7189,12 +7189,7 @@ in
inherit (darwin.apple_sdk.frameworks) Foundation;
};
tor = callPackage ../tools/security/tor {
# remove this, when libevent's openssl is upgraded to 1_1_0 or newer.
libevent = libevent.override {
sslSupport = false;
};
};
tor = callPackage ../tools/security/tor { };
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };