Skip to content

Commit

Permalink
tor: build with standard libevent (#93854)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Milan authored Jul 26, 2020
1 parent 479db27 commit 9bd24dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 9bd24dd

Please sign in to comment.