vertcoin, vertcoind: boost165 -> boost17x
This commit is contained in:
@@ -33990,11 +33990,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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user