Skip to content

Commit

Permalink
pybitmessage: remove
Browse files Browse the repository at this point in the history
> "Programming Language :: Python :: 2.7 :: Only",
  • Loading branch information
mweinelt committed Jan 2, 2022
1 parent f911165 commit 71e2b30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ mapAliases ({
phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
pybind11 = throw "pybind11 was removed because pythonPackages.pybind11 for the appropriate version of Python should be used"; # added 2021-05-14
pybitmessage = throw "pybitmessage was removed from nixpkgs as it is stuck on python2."; # added 2022-01-01
pynagsystemd = throw "pynagsystemd was removed as it was unmaintained and incompatible with recent systemd versions. Instead use its fork check_systemd."; # added 2020-10-24
pyrit = throw "pyrit has been removed from nixpkgs as the project is still stuck on python2."; # added 2022-01-01
python2nix = throw "python2nix has been removed as it is outdated. Use e.g. nixpkgs-pytools instead."; # added 2021-03-08
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28038,8 +28038,6 @@ with pkgs;

pwdsafety = callPackage ../tools/security/pwdsafety { };

pybitmessage = callPackage ../applications/networking/instant-messengers/pybitmessage { };

qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
qbittorrent-nox = qbittorrent.override {
guiSupport = false;
Expand Down

0 comments on commit 71e2b30

Please sign in to comment.