Skip to content

Commit ce270b3

Browse files
committed
bitcoin-gold: remove
Motivations: 1. Bitcoin Gold has been unmmaintained since 2020 2. The GUI wallet doesn't support Qt > 5.14, which is deprecated
1 parent 9fff86f commit ce270b3

3 files changed

Lines changed: 2 additions & 81 deletions

File tree

pkgs/applications/blockchains/bitcoin-gold/default.nix

Lines changed: 0 additions & 72 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ mapAliases ({
134134
bitbucket-cli = throw "bitbucket-cli has been removed: abandoned by upstream"; # Added 2022-03-21
135135
bitcoin-classic = throw "bitcoin-classic has been removed: the Bitcoin Classic project has closed down, https://bitcoinclassic.com/news/closing.html"; # Added 2022-11-24
136136
bitcoind-classic = throw "bitcoind-classic has been removed: the Bitcoin Classic project has closed down, https://bitcoinclassic.com/news/closing.html"; # Added 2022-11-24
137+
bitcoin-gold = throw "bitcoin-gold has been removed since it's unnmaintained and will stop building with Qt > 5.14"; # Added 2022-11-24
138+
bitcoind-gold = throw "bitcoin-gold has been removed since it's unnmaintained: https://github.com/BTCGPU/BTCGPU/graphs/code-frequency"; # Added 2022-11-24
137139
bitsnbots = throw "bitsnbots has been removed because it was broken and upstream missing"; # Added 2021-08-22
138140
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
139141
bluezFull = bluez; # Added 2019-12-03

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33555,15 +33555,6 @@ with pkgs;
3355533555
withGui = false;
3355633556
};
3355733557

33558-
bitcoin-gold = libsForQt514.callPackage ../applications/blockchains/bitcoin-gold {
33559-
boost = boost165;
33560-
withGui = true;
33561-
};
33562-
bitcoind-gold = callPackage ../applications/blockchains/bitcoin-gold {
33563-
boost = boost165;
33564-
withGui = false;
33565-
};
33566-
3356733558
btcpayserver = callPackage ../applications/blockchains/btcpayserver { };
3356833559

3356933560
charge-lnd = callPackage ../applications/blockchains/charge-lnd { };

0 commit comments

Comments
 (0)