xserver: replace XKB_BINDIR with compile time option
--- Using the configure option relieves us of the patch and passing the path via the env var in many places. Also the env var may not be inherited when components like gdm spawn new sessions.
This commit is contained in:
@@ -122,7 +122,6 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$out/sbin/bumblebeed" \
|
||||
--set XKB_BINDIR "${xkbcomp}/bin" \
|
||||
--prefix PATH : "${bbdPath}" \
|
||||
--prefix LD_LIBRARY_PATH : "${bbdLibs}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user