altcoins: remove obsolete boost override
This commit is contained in:
parent
bdb120c21e
commit
077dd9fca3
@ -8,8 +8,8 @@ rec {
|
|||||||
bitcoin-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = true; };
|
bitcoin-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = true; };
|
||||||
bitcoind-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = false; };
|
bitcoind-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = false; };
|
||||||
|
|
||||||
bitcoin-classic = callPackage ./bitcoin-classic.nix { withGui = true; boost = boost162; };
|
bitcoin-classic = callPackage ./bitcoin-classic.nix { withGui = true; };
|
||||||
bitcoind-classic = callPackage ./bitcoin-classic.nix { withGui = false; boost = boost162; };
|
bitcoind-classic = callPackage ./bitcoin-classic.nix { withGui = false; };
|
||||||
|
|
||||||
bitcoin-xt = callPackage ./bitcoin-xt.nix { withGui = true; };
|
bitcoin-xt = callPackage ./bitcoin-xt.nix { withGui = true; };
|
||||||
bitcoind-xt = callPackage ./bitcoin-xt.nix { withGui = false; };
|
bitcoind-xt = callPackage ./bitcoin-xt.nix { withGui = false; };
|
||||||
@ -26,8 +26,8 @@ rec {
|
|||||||
go-ethereum = callPackage ./go-ethereum.nix { };
|
go-ethereum = callPackage ./go-ethereum.nix { };
|
||||||
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
||||||
|
|
||||||
hivemind = callPackage ./hivemind.nix { withGui = true; boost = boost162; };
|
hivemind = callPackage ./hivemind.nix { withGui = true; };
|
||||||
hivemindd = callPackage ./hivemind.nix { withGui = false; boost = boost162; };
|
hivemindd = callPackage ./hivemind.nix { withGui = false; };
|
||||||
|
|
||||||
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
||||||
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
||||||
|
@ -13513,9 +13513,7 @@ with pkgs;
|
|||||||
|
|
||||||
schismtracker = callPackage ../applications/audio/schismtracker { };
|
schismtracker = callPackage ../applications/audio/schismtracker { };
|
||||||
|
|
||||||
altcoins = recurseIntoAttrs ( callPackage ../applications/altcoins {
|
altcoins = recurseIntoAttrs ( callPackage ../applications/altcoins { } );
|
||||||
callPackage = newScope { boost = boost155; };
|
|
||||||
} );
|
|
||||||
bitcoin = altcoins.bitcoin;
|
bitcoin = altcoins.bitcoin;
|
||||||
bitcoin-xt = altcoins.bitcoin-xt;
|
bitcoin-xt = altcoins.bitcoin-xt;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user