gnome-console: rename from kgx

This commit is contained in:
Jan Tojnar 2022-02-19 08:11:27 +01:00
parent f828b189d9
commit fa13ab6e1f
3 changed files with 2 additions and 1 deletions

View File

@ -549,6 +549,7 @@ mapAliases ({
keybase-go = throw "'keybase-go' has been renamed to/replaced by 'keybase'"; # Converted to throw 2022-02-22
keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived"; # Added 2019-12-10
keysmith = libsForQt5.plasmaMobileGear.keysmith; # Added 2021-07-14
kgx = gnome-console; # Added 2022-02-19
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
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"; # Added 2021-03-09

View File

@ -33508,7 +33508,7 @@ with pkgs;
keynav = callPackage ../tools/X11/keynav { };
kgx = callPackage ../applications/terminal-emulators/kgx { };
gnome-console = callPackage ../applications/terminal-emulators/gnome-console { };
kmon = callPackage ../tools/system/kmon { };