Skip to content

Commit

Permalink
mpv: Only enable swift support on aarch64-darwin
Browse files Browse the repository at this point in the history
This commit should be reverted after [x86_64-darwin build failure][1] is
fixed

[1]: https://logs.nix.ci/?key=nixos/nixpkgs.214944&attempt_id=76802592-760c-47e1-9141-4465b7c78f4c
  • Loading branch information
azuwis committed Feb 28, 2023
1 parent 5b8e896 commit 8a28ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
, sdl2Support ? true, SDL2
, sixelSupport ? false, libsixel
, speexSupport ? true, speex
, swiftSupport ? stdenv.isDarwin, swift
, swiftSupport ? stdenv.isDarwin && stdenv.isAarch64, swift
, theoraSupport ? true, libtheora
, vaapiSupport ? stdenv.isLinux, libva
, vapoursynthSupport ? false, vapoursynth
Expand Down

0 comments on commit 8a28ae8

Please sign in to comment.