summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-02 03:08:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-02 13:38:12 +0100
commita426bc246d191aa2bd22f53f8dd51ed57f132d89 (patch)
tree96fdcb8253edd20d50a66a13be3d981c9ab16792 /pkgs/top-level/aliases.nix
parent7409e5411b384f60184671cd51a5c4535fceafe9 (diff)
downloadnixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar.gz
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar.bz2
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar.lz
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar.xz
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.tar.zst
nixpkgs-a426bc246d191aa2bd22f53f8dd51ed57f132d89.zip
pyrit: remove
Stuck on python2, the upstream added a note to the projectes REAMDE to
watch out for a python3 version. Nothing ever came off it.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 620c8bc93c8..a87fb56a973 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -767,6 +767,7 @@ mapAliases ({
   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
   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
   python-swiftclient = swiftclient; # added 2021-09-09
   quagga = throw "quagga is no longer maintained upstream"; # added 2021-04-22