Skip to content

Commit

Permalink
machines/Profpatsch/pkgs: wrapMpv -> mpv.override
Browse files Browse the repository at this point in the history
idk why they have to break this every year or so, it’s v annoying
  • Loading branch information
Profpatsch committed Jul 30, 2024
1 parent e0d4f2a commit a613281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/profpatsch/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ assert withUnfree -> unfreeAndNonDistributablePkgs != null;

let

mpv = pkgs.wrapMpv pkgs.mpv-unwrapped {
mpv = pkgs.mpv.override {
scripts = [
(unfreeAndNonDistributablePkgs.mpvScripts.convert)
(pkgs.mpvScripts.mpris)
Expand Down

0 comments on commit a613281

Please sign in to comment.