Skip to content

Commit

Permalink
fix: re-enable mpv on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Sep 8, 2024
1 parent d05d0a5 commit d943fe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/konrad/common/modules/desktop/common/mpv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"video/x-theora+ogg" = [ "mpv.desktop" ];
};
programs.mpv = {
# TODO #50 build failure
enable = !pkgs.stdenv.isDarwin;
enable = true;
package = pkgs.mpv-unwrapped.wrapper {
mpv = pkgs.mpv-unwrapped;
youtubeSupport = true;
Expand Down

0 comments on commit d943fe1

Please sign in to comment.