mesa: on darwin let's go back to 22.3

/cc PR #223238
This commit is contained in:
Vladimír Čunát 2023-04-06 11:46:02 +02:00
parent bb320adc88
commit 3ebfc34fc2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -22534,7 +22534,9 @@ with pkgs;
# See https://github.com/NixOS/nixpkgs/issues/218232
# Major versions should be bumped when they have proven to be reasonably stable
# FIXME: split up libgbm properly
mesa = mesa_23_0_1;
# darwin: deferred until stabilized; e.g. see around:
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21859
mesa = if stdenv.isDarwin then mesa_22_3_7 else mesa_23_0_1;
mesa_glu = callPackage ../development/libraries/mesa-glu {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;