summary refs log tree commit diff
path: root/nixos/modules/hardware/opengl.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-05-02 14:32:47 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-05-02 14:32:47 +0400
commiteef9a8ac2a30b495ff7184382ed0dbd73b3b88e4 (patch)
treef97eab6a6aeb0a587156e054b23d46b0cd7538c8 /nixos/modules/hardware/opengl.nix
parentde26954b3058868f55075d4d723cab26dfe49832 (diff)
downloadnixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar.gz
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar.bz2
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar.lz
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar.xz
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.tar.zst
nixpkgs-eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4.zip
On my system OpenGL with bumblebee seems to require libudev in LD_LIBRARY_PATH. Fix that, fix bumblebee module loading and make the socket group configurable
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 2d5643d4d94..096f7e2c097 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -16,6 +16,7 @@ let
       [ p.mesa_drivers
         p.mesa_noglu # mainly for libGL
         (if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc)
+	p.udev
       ];
   };