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:
parent
479db270fb
commit
9bd24ddc41
@ -7189,12 +7189,7 @@ in
|
|||||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||||
};
|
};
|
||||||
|
|
||||||
tor = callPackage ../tools/security/tor {
|
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-arm = callPackage ../tools/security/tor/tor-arm.nix { };
|
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user