1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };