lol

Merge pull request #214408 from K900/mesa-i686-fix

mesa: build Intel drivers on i686

authored by

Weijia Wang and committed by
GitHub
aaed9c9e a25786f7

+3 -3
+3 -3
pkgs/development/libraries/mesa/default.nix
··· 28 28 "tegra" # Nvidia Tegra SoCs 29 29 "v3d" # Broadcom VC5 (Raspberry Pi 4) 30 30 "vc4" # Broadcom VC4 (Raspberry Pi 0-3) 31 - ] ++ lib.optionals stdenv.isx86_64 [ 32 - "iris" # new Intel, could work on non-x86_64 with PCIe cards, but doesn't build as of 22.3.4 33 - "crocus" # Intel legacy, x86_64 only 31 + ] ++ lib.optionals stdenv.hostPlatform.isx86 [ 32 + "iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4 33 + "crocus" # Intel legacy, x86 only 34 34 ] 35 35 else [ "auto" ] 36 36 , vulkanDrivers ?