summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-18 15:08:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:38 +0100
commit65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce (patch)
tree39922d23abdd2882e02553c10aab41b09376c713 /pkgs/top-level/python-aliases.nix
parent26053aa922d8343f12e5653824791fcc6b6f1b92 (diff)
downloadnixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar.gz
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar.bz2
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar.lz
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar.xz
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.tar.zst
nixpkgs-65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce.zip
python3Packages.carrot: drop
Depended on anyjson, which was removed. Also unmaintained upstream since
2012.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 9fd7a901bcc..f43f0b018b8 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -37,6 +37,7 @@ mapAliases ({
   blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
   bt_proximity = bt-proximity; # added 2021-07-02
   bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # added 2019-11-27
+  carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
   class-registry = phx-class-registry; # added 2021-10-05
   ConfigArgParse = configargparse; # added 2021-03-18
   cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14