Merge pull request #36740 from Lassulus/memorycoin
altcoins.memorycoin: use boost165
This commit is contained in:
commit
2e99b34bdd
@ -46,8 +46,8 @@ rec {
|
|||||||
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
||||||
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
||||||
|
|
||||||
memorycoin = callPackage ./memorycoin.nix { withGui = true; };
|
memorycoin = callPackage ./memorycoin.nix { boost = boost165; withGui = true; };
|
||||||
memorycoind = callPackage ./memorycoin.nix { withGui = false; };
|
memorycoind = callPackage ./memorycoin.nix { boost = boost165; withGui = false; };
|
||||||
|
|
||||||
namecoin = callPackage ./namecoin.nix { withGui = true; };
|
namecoin = callPackage ./namecoin.nix { withGui = true; };
|
||||||
namecoind = callPackage ./namecoin.nix { withGui = false; };
|
namecoind = callPackage ./namecoin.nix { withGui = false; };
|
||||||
|
@ -51,6 +51,6 @@ stdenv.mkDerivation rec{
|
|||||||
homepage = http://www.bitcoin.org/;
|
homepage = http://www.bitcoin.org/;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = subtractLists [ "aarch64-linux" ] platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user