Skip to content

Commit

Permalink
gtk4: build media-gstreamer on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 26, 2023
1 parent 4ff7d99 commit 8bbb9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gtk/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ stdenv.mkDerivation rec {
"-Dvulkan=enabled"
] ++ lib.optionals (!cupsSupport) [
"-Dprint-cups=disabled"
] ++ lib.optionals stdenv.isDarwin [
] ++ lib.optionals (stdenv.isDarwin && !stdenv.isAarch64) [
"-Dmedia-gstreamer=disabled" # requires gstreamer-gl
] ++ lib.optionals (!x11Support) [
"-Dx11-backend=false"
Expand Down

0 comments on commit 8bbb9ca

Please sign in to comment.