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-07-29 21:25:14 +02:00
committed by Robin Gloster
parent 8c8c3ab85d
commit 7fed4816fb
-1
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 {