monero: lift boost override

The newer boost libraries support openssl 1.1 out of the box and
removing the override doesn't seem to break the application either.
This commit is contained in:
Andreas Rammhold 2019-03-05 00:32:41 +01:00 committed by Robin Gloster
parent 8c8c3ab85d
commit 7fed4816fb
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -19353,7 +19353,6 @@ in
monero = callPackage ../applications/altcoins/monero {
inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;
boost = boost16x;
};
monero-gui = libsForQt5.callPackage ../applications/altcoins/monero-gui {