From eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 2 May 2014 14:32:47 +0400 Subject: 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 --- nixos/modules/hardware/opengl.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/hardware/opengl.nix') 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 ]; }; -- cgit 1.4.1