summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-06-26 20:53:20 +0300
committerK900 <me@0upti.me>2023-06-26 20:53:20 +0300
commit6802820e0624a66185b2d1bda2b8ba26dac0d18d (patch)
tree71e83e4a53d3213b81f09e641f3f69be514a860e /pkgs/development/libraries/mesa
parent6ba70cf6e600d789522c54678b4a020d2bc3865b (diff)
downloadnixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar.gz
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar.bz2
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar.lz
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar.xz
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.tar.zst
nixpkgs-6802820e0624a66185b2d1bda2b8ba26dac0d18d.zip
mesa: build i915 driver
Turns out people still use those.
Diffstat (limited to 'pkgs/development/libraries/mesa')
-rw-r--r--pkgs/development/libraries/mesa/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix
index 1bc0e1d5669..75649eabaed 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -30,6 +30,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 ?