From e6f2ec12f8c070720d844472653274f69ffc2c44 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 26 Jun 2023 20:53:20 +0300 Subject: [PATCH] mesa: build i915 driver Turns out people still use those. (cherry picked from commit 6802820e0624a66185b2d1bda2b8ba26dac0d18d) --- pkgs/development/libraries/mesa/generic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/mesa/generic.nix b/pkgs/development/libraries/mesa/generic.nix index ea7c1cb8b7b5b..9fc6a000332a9 100644 --- a/pkgs/development/libraries/mesa/generic.nix +++ b/pkgs/development/libraries/mesa/generic.nix @@ -32,6 +32,7 @@ ] ++ lib.optionals stdenv.hostPlatform.isx86 [ "iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4 "crocus" # Intel legacy, x86 only + "i915" # Intel extra legacy, x86 only ] else [ "auto" ] , vulkanDrivers ?