nixos/opengl: add LD_LIBRARY_PATH to systemVariables instead

so all users get this variable, thanks to work from #2692.
This commit is contained in:
Vladimír Čunát 2014-06-15 19:15:48 +02:00
parent 43a77448f8
commit de783277da

View File

@ -101,7 +101,7 @@ in
''}
'';
environment.variables.LD_LIBRARY_PATH =
environment.systemVariables.LD_LIBRARY_PATH =
[ "/run/opengl-driver/lib" "/run/opengl-driver-32/lib" ];
# FIXME: move this into card-specific modules.