mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 13:37:45 +00:00
Merge pull request #208671 from wegank/coins-boost
bitcoin-abc, dogecoin, vertcoin: migrate to boost17x
This commit is contained in:
commit
427d44120b
@ -33868,11 +33868,11 @@ with pkgs;
|
||||
besu = callPackage ../applications/blockchains/besu { };
|
||||
|
||||
bitcoin-abc = libsForQt5.callPackage ../applications/blockchains/bitcoin-abc {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
withGui = true;
|
||||
};
|
||||
bitcoind-abc = callPackage ../applications/blockchains/bitcoin-abc {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
mkDerivation = stdenv.mkDerivation;
|
||||
withGui = false;
|
||||
};
|
||||
@ -33896,11 +33896,11 @@ with pkgs;
|
||||
dcrwallet = callPackage ../applications/blockchains/dcrwallet { };
|
||||
|
||||
dogecoin = libsForQt5.callPackage ../applications/blockchains/dogecoin {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
withGui = true;
|
||||
};
|
||||
dogecoind = callPackage ../applications/blockchains/dogecoin {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
withGui = false;
|
||||
};
|
||||
|
||||
@ -34042,11 +34042,11 @@ with pkgs;
|
||||
tessera = callPackage ../applications/blockchains/tessera { };
|
||||
|
||||
vertcoin = libsForQt5.callPackage ../applications/blockchains/vertcoin {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
withGui = true;
|
||||
};
|
||||
vertcoind = callPackage ../applications/blockchains/vertcoin {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
withGui = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user