Merge pull request #51812 from samueldr/fix/altcoins-and-boost165
Fixes three altcoins packages to use boost165
This commit is contained in:
commit
49996e17ae
@ -45,7 +45,7 @@ rec {
|
|||||||
dcrd = callPackage ./dcrd.nix { };
|
dcrd = callPackage ./dcrd.nix { };
|
||||||
dcrwallet = callPackage ./dcrwallet.nix { };
|
dcrwallet = callPackage ./dcrwallet.nix { };
|
||||||
|
|
||||||
dero = callPackage ./dero.nix { };
|
dero = callPackage ./dero.nix { boost = boost165; };
|
||||||
|
|
||||||
dogecoin = callPackage ./dogecoin.nix { boost = boost165; withGui = true; };
|
dogecoin = callPackage ./dogecoin.nix { boost = boost165; withGui = true; };
|
||||||
dogecoind = callPackage ./dogecoin.nix { boost = boost165; withGui = false; };
|
dogecoind = callPackage ./dogecoin.nix { boost = boost165; withGui = false; };
|
||||||
@ -65,7 +65,7 @@ rec {
|
|||||||
};
|
};
|
||||||
litecoind = litecoin.override { withGui = false; };
|
litecoind = litecoin.override { withGui = false; };
|
||||||
|
|
||||||
masari = callPackage ./masari.nix { };
|
masari = callPackage ./masari.nix { boost = boost165; };
|
||||||
|
|
||||||
memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
|
memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
|
||||||
memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };
|
memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };
|
||||||
@ -79,7 +79,7 @@ rec {
|
|||||||
|
|
||||||
stellar-core = callPackage ./stellar-core.nix { };
|
stellar-core = callPackage ./stellar-core.nix { };
|
||||||
|
|
||||||
sumokoin = callPackage ./sumokoin.nix { };
|
sumokoin = callPackage ./sumokoin.nix { boost = boost165; };
|
||||||
|
|
||||||
wownero = callPackage ./wownero.nix {
|
wownero = callPackage ./wownero.nix {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;
|
inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user