3
0
Fork 0
forked from mirrors/nixpkgs

all-packages: use go 1.12 for lnd

This commit is contained in:
Roman Volosatovs 2019-09-16 23:16:31 +02:00
parent 745b299403
commit 7ddd2a2069
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -21912,7 +21912,9 @@ in
};
litecoind = litecoin.override { withGui = false; };
lnd = callPackage ../applications/blockchains/lnd.nix { };
lnd = callPackage ../applications/blockchains/lnd.nix {
buildGoModule = buildGo112Module;
};
monero = callPackage ../applications/blockchains/monero {
inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;