digibyte: remove

Motivations:

  1. digibyte has been unmmaintained since 2019
  2. The GUI wallet doesn't support Qt > 5.14, which is deprecated
This commit is contained in:
rnhmjoj 2022-11-24 13:49:55 +01:00
parent 02f81170c4
commit 333f2ef763
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
3 changed files with 5 additions and 12 deletions

View File

@ -19,15 +19,15 @@ with lib;
stdenv.mkDerivation rec {
pname = "digibyte";
version = "7.17.2";
version = "7.17.3";
name = pname + toString (optional (!withGui) "d") + "-" + version;
src = fetchFromGitHub {
owner = pname;
owner = "digibyte-core";
repo = pname;
rev = "v${version}";
sha256 = "04czj7mx3wpbx4832npk686p9pg5zb6qwlcvnmvqf31hm5qylbxj";
sha256 = "zPwnC2qd28fA1saG4nysPlKU1nnXhfuSG3DpCY6T+kM=";
};
nativeBuildInputs = [

View File

@ -136,6 +136,8 @@ mapAliases ({
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
bitcoin-gold = throw "bitcoin-gold has been removed since it's unnmaintained and will stop building with Qt > 5.14"; # Added 2022-11-24
bitcoind-gold = throw "bitcoin-gold has been removed since it's unnmaintained: https://github.com/BTCGPU/BTCGPU/graphs/code-frequency"; # Added 2022-11-24
digibyte = throw "digibyte has been removed since it's unnmaintained and will stop building with Qt > 5.14"; # Added 2022-11-24
digibyted = throw "digibyted has been removed since it's unnmaintained: https://github.com/digibyte/digibyte/graphs/code-frequency"; # Added 2022-11-24
bitsnbots = throw "bitsnbots has been removed because it was broken and upstream missing"; # Added 2021-08-22
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
bluezFull = bluez; # Added 2019-12-03

View File

@ -33564,15 +33564,6 @@ with pkgs;
dcrd = callPackage ../applications/blockchains/dcrd { };
dcrwallet = callPackage ../applications/blockchains/dcrwallet { };
digibyte = libsForQt514.callPackage ../applications/blockchains/digibyte {
withGui = true;
boost = boost170;
};
digibyted = callPackage ../applications/blockchains/digibyte {
withGui = false;
boost = boost170;
};
dogecoin = libsForQt5.callPackage ../applications/blockchains/dogecoin {
boost = boost165;
withGui = true;