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-12 02:54:18 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-16 02:36:23 +0100
commit33610bfeca7469cf4cb698ec8208849357de8e7e (patch)
tree17ae7c1cee2340aaf5765aa2dd4efc7f689c1a73 /pkgs/top-level/aliases.nix
parent878c920437255850408c8f9777ace404d362a630 (diff)
downloadnixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar.gz
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar.bz2
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar.lz
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar.xz
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.tar.zst
nixpkgs-33610bfeca7469cf4cb698ec8208849357de8e7e.zip
gitinspector: drop
Claims to support python3, but I'm seeing it use implicit relative
imports and it also has not adapted to python3.8 gettext API changes.

Removed for working only with python2.
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 acab25e64b4..cf121f680fb 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -321,6 +321,7 @@ mapAliases ({
     topGit = top-git;
   };
   gitin = throw "gitin has been remove because it was unmaintained and depended on an insecure version of libgit2"; # added 2021-12-07
+  gitinspector = throw "gitinspector has been removed because it doesn't work with python3."; # added 2022-01-12
   glib_networking = glib-networking; # added 2018-02-25
   gmailieer = lieer; # added 2020-04-19
   gmvault = throw "gmvault has been removed because it is unmaintained, mostly broken, and insecure"; # added 2021-03-08