Merge pull request #193042 from rapenne-s/mpv_migration

main
Sandro 2 years ago committed by GitHub
commit 4e221d7481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/top-level/aliases.nix

@ -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…
Cancel
Save