Skip to content

Commit e5c173e

Browse files
committed
gammaray: exclude qtwebengine on arm64 linux
1 parent 2bc1b16 commit e5c173e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Formula/g/gammaray.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,19 @@ class Gammaray < Formula
3131
depends_on "qtwebchannel"
3232
end
3333

34-
on_system :linux, macos: :sonoma_or_newer do
34+
on_sonoma :or_newer do
3535
depends_on "qtwebengine"
3636
end
3737

3838
on_linux do
3939
depends_on "elfutils"
4040
depends_on "qtwayland"
4141
depends_on "wayland"
42+
43+
# TODO: Add dependencies on all Linux when `qtwebengine` is bottled on arm64 Linux
44+
on_intel do
45+
depends_on "qtwebengine"
46+
end
4247
end
4348

4449
def install

0 commit comments

Comments
 (0)