mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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; };
|
||||
bitcoind-unlimited = callPackage ./bitcoin-unlimited.nix { withGui = false; };
|
||||
|
||||
bitcoin-classic = callPackage ./bitcoin-classic.nix { withGui = true; boost = boost162; };
|
||||
bitcoind-classic = callPackage ./bitcoin-classic.nix { withGui = false; boost = boost162; };
|
||||
bitcoin-classic = callPackage ./bitcoin-classic.nix { withGui = true; };
|
||||
bitcoind-classic = callPackage ./bitcoin-classic.nix { withGui = false; };
|
||||
|
||||
bitcoin-xt = callPackage ./bitcoin-xt.nix { withGui = true; };
|
||||
bitcoind-xt = callPackage ./bitcoin-xt.nix { withGui = false; };
|
||||
@ -26,8 +26,8 @@ rec {
|
||||
go-ethereum = callPackage ./go-ethereum.nix { };
|
||||
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
||||
|
||||
hivemind = callPackage ./hivemind.nix { withGui = true; boost = boost162; };
|
||||
hivemindd = callPackage ./hivemind.nix { withGui = false; boost = boost162; };
|
||||
hivemind = callPackage ./hivemind.nix { withGui = true; };
|
||||
hivemindd = callPackage ./hivemind.nix { withGui = false; };
|
||||
|
||||
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
||||
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
||||
|
@ -13513,9 +13513,7 @@ with pkgs;
|
||||
|
||||
schismtracker = callPackage ../applications/audio/schismtracker { };
|
||||
|
||||
altcoins = recurseIntoAttrs ( callPackage ../applications/altcoins {
|
||||
callPackage = newScope { boost = boost155; };
|
||||
} );
|
||||
altcoins = recurseIntoAttrs ( callPackage ../applications/altcoins { } );
|
||||
bitcoin = altcoins.bitcoin;
|
||||
bitcoin-xt = altcoins.bitcoin-xt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user