summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-04-14 21:02:27 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-04-14 21:38:23 +0200
commit8340454544b5f6502056d9ddbf919a6395164033 (patch)
tree66daa2d41d078296ff100287cff14b65f2868f63 /nixos/modules/hardware/opengl.nix
parent557dff54aacdfd34f6f39d5e1d6c7354dba390f4 (diff)
downloadnixlib-8340454544b5f6502056d9ddbf919a6395164033.tar
nixlib-8340454544b5f6502056d9ddbf919a6395164033.tar.gz
nixlib-8340454544b5f6502056d9ddbf919a6395164033.tar.bz2
nixlib-8340454544b5f6502056d9ddbf919a6395164033.tar.lz
nixlib-8340454544b5f6502056d9ddbf919a6395164033.tar.xz
nixlib-8340454544b5f6502056d9ddbf919a6395164033.tar.zst
nixlib-8340454544b5f6502056d9ddbf919a6395164033.zip
mesa: have all output on /run/opengl-driver{,-32}
Fixes #2242 in a different way (cleaner, I hope).
Diffstat (limited to 'nixos/modules/hardware/opengl.nix')
-rw-r--r--nixos/modules/hardware/opengl.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 06ecddab2362..485ac008dd8a 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -93,6 +93,7 @@ in {
               name = "mesa-drivers+txc-${p.mesa_drivers.version}";
               paths = [
                 p.mesa_drivers
+                p.mesa_noglu # mainly for libGL
                 (if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
               ];
             };