Skip to content

Commit

Permalink
fix: disable mpv for darwin
Browse files Browse the repository at this point in the history
Workaround for upstream build failure. #50
  • Loading branch information
konradmalik authored Jun 15, 2024
1 parent 3f8f28c commit ba7a7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/konrad/common/optional/desktop/common/mpv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"video/x-theora+ogg" = [ "mpv.desktop" ];
};
programs.mpv = {
enable = true;
# TODO #50 build failure
enable = !pkgs.stdenv.isDarwin;
package = pkgs.mpv-unwrapped.wrapper {
mpv = pkgs.mpv-unwrapped;
youtubeSupport = true;
Expand Down

0 comments on commit ba7a7db

Please sign in to comment.