Skip to content

Commit

Permalink
Merge pull request #51812 from samueldr/fix/altcoins-and-boost165
Browse files Browse the repository at this point in the history
Fixes three altcoins packages to use boost165
  • Loading branch information
markuskowa committed Dec 10, 2018
2 parents c9ead10 + 8ded84e commit 49996e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/altcoins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rec {
dcrd = callPackage ./dcrd.nix { };
dcrwallet = callPackage ./dcrwallet.nix { };

dero = callPackage ./dero.nix { };
dero = callPackage ./dero.nix { boost = boost165; };

dogecoin = callPackage ./dogecoin.nix { boost = boost165; withGui = true; };
dogecoind = callPackage ./dogecoin.nix { boost = boost165; withGui = false; };
Expand All @@ -65,7 +65,7 @@ rec {
};
litecoind = litecoin.override { withGui = false; };

masari = callPackage ./masari.nix { };
masari = callPackage ./masari.nix { boost = boost165; };

memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };
Expand All @@ -79,7 +79,7 @@ rec {

stellar-core = callPackage ./stellar-core.nix { };

sumokoin = callPackage ./sumokoin.nix { };
sumokoin = callPackage ./sumokoin.nix { boost = boost165; };

wownero = callPackage ./wownero.nix {
inherit (darwin.apple_sdk.frameworks) CoreData IOKit PCSC;
Expand Down

0 comments on commit 49996e1

Please sign in to comment.