Merge pull request #193042 from rapenne-s/mpv_migration
This commit is contained in:
commit
4e221d7481
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue