xineLib -> xine-lib
Rename it to a more intuitive name, and create a corresponding alias.
This commit is contained in:
parent
5eefe24c94
commit
b13d36b973
2 changed files with 2 additions and 1 deletions
|
@ -849,6 +849,7 @@ mapAliases ({
|
|||
xbmcPlain = kodiPlain; # added 2018-04-25
|
||||
xbmcPlugins = kodiPackages; # added 2018-04-25
|
||||
kodiPlugins = kodiPackages; # added 2021-03-09;
|
||||
xineLib = xine-lib; # 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";
|
||||
|
|
|
@ -18074,7 +18074,7 @@ in
|
|||
|
||||
xed = callPackage ../development/libraries/xed { };
|
||||
|
||||
xineLib = callPackage ../development/libraries/xine-lib { };
|
||||
xine-lib = callPackage ../development/libraries/xine-lib { };
|
||||
|
||||
xautolock = callPackage ../misc/screensavers/xautolock { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue