Skip to content

Commit

Permalink
mpv: replace deprecated mpv-with-scripts module with wrapMpv
Browse files Browse the repository at this point in the history
  • Loading branch information
berbiche committed May 31, 2020
1 parent d64fff1 commit 99f2e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/mpv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in {
(if cfg.scripts == [ ] then
pkgs.mpv
else
pkgs.mpv-with-scripts.override { scripts = cfg.scripts; })
pkgs.wrapMpv pkgs.mpv-unwrapped { scripts = cfg.scripts; })
];
}
(mkIf (cfg.config != { } || cfg.profiles != { }) {
Expand Down

0 comments on commit 99f2e33

Please sign in to comment.