Skip to content

Commit

Permalink
dogecoin, dogecoind: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Mar 11, 2024
1 parent 965c27d commit 3f9a9a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
59 changes: 0 additions & 59 deletions pkgs/applications/blockchains/dogecoin/default.nix

This file was deleted.

2 changes: 2 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ mapAliases ({
docker-machine = throw "'docker-machine' has been removed, because the upstream project was archived"; # Added 2023-12-27
docker-machine-kvm = throw "'docker-machine-kvm' has been removed, because 'docker-machine' was archived upstream and removed"; # Added 2023-12-27
docker-machine-xhyve = throw "'docker-machine-xhyve' has been removed, because 'docker-machine' was archived upstream and removed"; # Added 2023-12-27
dogecoin = throw "'dogecoin' has been removed, as it was broken and unmaintained"; # Added 2024-03-11
dogecoind = throw "'dogecoind' has been removed, as it was broken and unmaintained"; # Added 2024-03-11
dolphin-emu-beta = dolphin-emu; # Added 2023-02-11
dolphinEmu = dolphin-emu; # Added 2021-11-10
dolphinEmuMaster = dolphin-emu-beta; # Added 2021-11-10
Expand Down
7 changes: 0 additions & 7 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36635,13 +36635,6 @@ with pkgs;
buildGoModule = buildGo120Module;
};

dogecoin = libsForQt5.callPackage ../applications/blockchains/dogecoin {
withGui = true;
};
dogecoind = callPackage ../applications/blockchains/dogecoin {
withGui = false;
};

eclair = callPackage ../applications/blockchains/eclair { };

electrs = callPackage ../applications/blockchains/electrs {
Expand Down

0 comments on commit 3f9a9a4

Please sign in to comment.