Revert "sdl3: reenable OpenGL on darwin" (#410252)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user