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:47:42 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-02 13:38:14 +0100
commit73f02a1379a26a31f28f6188e3daeef418691453 (patch)
tree678e3047713ca5d421f15b4dc3980d02d1305ec8 /pkgs/top-level/aliases.nix
parent965d11084e21cfa973f4231e24b2c8918cd413fe (diff)
downloadnixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar.gz
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar.bz2
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar.lz
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar.xz
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.tar.zst
nixpkgs-73f02a1379a26a31f28f6188e3daeef418691453.zip
keepnote: remove
Stuck on python2 with last release in 2012.
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 7388b9e323b..00f917bc3df 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -395,6 +395,7 @@ mapAliases ({
   json_glib = json-glib; # added 2018-02-25
   kafkacat = kcat; # added 2021-10-07
   kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
+  keepnote = throw "keepnote has been removed from nixpkgs, as it is stuck on python2."; # added 2022-01-01
   k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
   kibana7-oss = throw "kibana7-oss has been removed, as the distribution is no longer provided by upstream. https://github.com/NixOS/nixpkgs/pull/114456"; # added 2021-06-09
   kodiGBM = kodi-gbm;