From d34c600414d250eee555e48926d0ad238fdf79f1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 17 Dec 2014 16:55:23 +0100 Subject: [PATCH] Remove udev from /run/opengl-drivers /run/opengl-drivers should contain only libGL-related libraries, not stuff like udev. Injecting anything into LD_LIBRARY_PATH is dangerous because it can break applications that expect a different version of the library. Caused by eef9a8ac2a30b495ff7184382ed0dbd73b3b88e4. Fixes #5371. --- nixos/modules/hardware/opengl.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix index 1777c200dd11..7693bd5bb453 100644 --- a/nixos/modules/hardware/opengl.nix +++ b/nixos/modules/hardware/opengl.nix @@ -16,7 +16,6 @@ let [ p.mesa_drivers p.mesa_noglu # mainly for libGL (if cfg.s3tcSupport then p.libtxc_dxtn else p.libtxc_dxtn_s2tc) - p.udev ]; };