top-level/aliases: make mpv-with-scripts migration easier to understand
This commit is contained in:
parent
0faf685478
commit
d19c0a65e4
@ -946,7 +946,7 @@ mapAliases ({
|
||||
mesa_drivers = mesa.drivers;
|
||||
mesa_noglu = throw "'mesa_noglu' has been renamed to/replaced by 'mesa'"; # Converted to throw 2022-02-22
|
||||
|
||||
mpv-with-scripts = self.wrapMpv self.mpv-unwrapped { }; # Added 2020-05-22
|
||||
mpv-with-scripts = throw "'mpv-with-scripts' has been renamed to/replaced by 'mpv' or with 'mpv.override { scripts = [ mpvScripts.plugin-name ]; }' if you where using plugins."; # Converted to throw 2022-09-24
|
||||
mssys = throw "'mssys' has been renamed to/replaced by 'ms-sys'"; # Converted to throw 2022-02-22
|
||||
multipath_tools = throw "'multipath_tools' has been renamed to/replaced by 'multipath-tools'"; # Converted to throw 2022-02-22
|
||||
mumsi = throw "mumsi has been removed from nixpkgs, as it's unmaintained and does not build anymore"; # Added 2021-11-18
|
||||
|
Loading…
Reference in New Issue
Block a user