Skip to content

Commit 9fff86f

Browse files
committed
bitcoin-classic: remove
Motivations: 1. The project having been closed for 5 years, 2. 1 BXC is now worth less than 1 ¢, 3. It will stop building once Qt 5.14 is removed.
1 parent 2d8cbb5 commit 9fff86f

3 files changed

Lines changed: 2 additions & 87 deletions

File tree

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

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

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ mapAliases ({
132132
bird2 = bird; # Added 2022-02-21
133133
bird6 = throw "bird6 was dropped. Use bird instead, which has support for both ipv4/ipv6"; # Added 2022-02-21
134134
bitbucket-cli = throw "bitbucket-cli has been removed: abandoned by upstream"; # Added 2022-03-21
135+
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
136+
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
135137
bitsnbots = throw "bitsnbots has been removed because it was broken and upstream missing"; # Added 2021-08-22
136138
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
137139
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-classic = libsForQt514.callPackage ../applications/blockchains/bitcoin-classic {
33559-
boost = boost165;
33560-
withGui = true;
33561-
};
33562-
bitcoind-classic = callPackage ../applications/blockchains/bitcoin-classic {
33563-
boost = boost165;
33564-
withGui = false;
33565-
};
33566-
3356733558
bitcoin-gold = libsForQt514.callPackage ../applications/blockchains/bitcoin-gold {
3356833559
boost = boost165;
3356933560
withGui = true;

0 commit comments

Comments
 (0)