xineUI -> xine-ui

Rename it to a more intuitive name, and create a corresponding alias.
This commit is contained in:
AndersonTorres 2021-04-27 11:05:43 -03:00
parent b13d36b973
commit 8518bfeae1
2 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -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 { };