Revert "sdl3: reenable OpenGL on darwin" (#410252)

This commit is contained in:
Emily
2025-05-23 20:32:07 +01:00
committed by GitHub
+1 -4
View File
@@ -39,10 +39,7 @@
ibusSupport ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isDarwin,
jackSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
libdecorSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
openglSupport ?
lib.meta.availableOn stdenv.hostPlatform libGL
# libGL is null on Darwin because we use system version
|| stdenv.hostPlatform.isDarwin,
openglSupport ? lib.meta.availableOn stdenv.hostPlatform libGL,
pipewireSupport ? stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,
pulseaudioSupport ?
config.pulseaudio or stdenv.hostPlatform.isLinux && !stdenv.hostPlatform.isAndroid,