summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-14 17:11:48 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-04 03:18:56 +0200
commitdcb501f99325920c7f9df536b738f863c12a165e (patch)
treeae1f27958f3a5ec515b29848a9c93fdde026a261 /pkgs/top-level/aliases.nix
parent9378fdf87e0626e8c63a90a378c38444ff54808b (diff)
downloadnixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar.gz
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar.bz2
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar.lz
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar.xz
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.tar.zst
nixpkgs-dcb501f99325920c7f9df536b738f863c12a165e.zip
kerberos: deprecate alias
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 59d7e3d3369..bf698045c19 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -337,6 +337,7 @@ mapAliases ({
   kicad-with-packages3d = kicad; # added 2019-11-25
   kindlegen = throw "kindlegen has been removed from nixpkgs, as it's abandoned and no longer available for download."; # 2021-03-09
   krename-qt5 = krename; # added 2017-02-18
+  kerberos = libkrb5; # moved from top-level 2021-03-14
   keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived."; # 2019-12-10
   kvm = qemu_kvm; # added 2018-04-25
   latinmodern-math = lmmath;