mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
gnome-console: rename from kgx
This commit is contained in:
parent
f828b189d9
commit
fa13ab6e1f
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue