lol

xineUI -> xine-ui

Rename it to a more intuitive name, and create a corresponding alias.

+2 -1
+1
pkgs/top-level/aliases.nix
··· 850 xbmcPlugins = kodiPackages; # added 2018-04-25 851 kodiPlugins = kodiPackages; # added 2021-03-09; 852 xineLib = xine-lib; # added 2021-04-27 853 xmonad_log_applet_gnome3 = xmonad_log_applet; # added 2018-05-01 854 xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only"; 855 pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
··· 850 xbmcPlugins = kodiPackages; # added 2018-04-25 851 kodiPlugins = kodiPackages; # added 2021-03-09; 852 xineLib = xine-lib; # added 2021-04-27 853 + xineUI = xine-ui; # added 2021-04-27 854 xmonad_log_applet_gnome3 = xmonad_log_applet; # added 2018-05-01 855 xmpppy = throw "xmpppy has been removed from nixpkgs as it is unmaintained and python2-only"; 856 pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
+1 -1
pkgs/top-level/all-packages.nix
··· 27138 27139 xfractint = callPackage ../applications/graphics/xfractint {}; 27140 27141 - xineUI = callPackage ../applications/video/xine-ui { }; 27142 27143 xlsxgrep = callPackage ../applications/search/xlsxgrep { }; 27144
··· 27138 27139 xfractint = callPackage ../applications/graphics/xfractint {}; 27140 27141 + xine-ui = callPackage ../applications/video/xine-ui { }; 27142 27143 xlsxgrep = callPackage ../applications/search/xlsxgrep { }; 27144