mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
lightdm: remove unused reference to mesa drivers
I don't need them and llvm at all, for example.
This commit is contained in:
parent
6ae87b81cc
commit
ce54650b51
@ -13,7 +13,6 @@ let
|
||||
xserverWrapper = writeScript "xserver-wrapper"
|
||||
''
|
||||
#! /bin/sh
|
||||
#export XORG_DRI_DRIVER_PATH="${pkgs.mesa_drivers}/lib/dri" # ?? X sets this itself
|
||||
export XKB_BINDIR="${pkgs.xorg.xkbcomp}/bin"
|
||||
exec ${dmcfg.xserverBin} ${dmcfg.xserverArgs}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user