xineUI -> xine-ui
Rename it to a more intuitive name, and create a corresponding alias.
This commit is contained in:
parent
b13d36b973
commit
8518bfeae1
@ -850,6 +850,7 @@ mapAliases ({
|
||||
xbmcPlugins = kodiPackages; # added 2018-04-25
|
||||
kodiPlugins = kodiPackages; # added 2021-03-09;
|
||||
xineLib = xine-lib; # added 2021-04-27
|
||||
xineUI = xine-ui; # added 2021-04-27
|
||||
xmonad_log_applet_gnome3 = xmonad_log_applet; # added 2018-05-01
|
||||
xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only";
|
||||
pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
|
||||
|
@ -27138,7 +27138,7 @@ in
|
||||
|
||||
xfractint = callPackage ../applications/graphics/xfractint {};
|
||||
|
||||
xineUI = callPackage ../applications/video/xine-ui { };
|
||||
xine-ui = callPackage ../applications/video/xine-ui { };
|
||||
|
||||
xlsxgrep = callPackage ../applications/search/xlsxgrep { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user