3
0
Fork 0
forked from mirrors/nixpkgs

Proper default path for XKB config files

This commit is contained in:
Alexander V. Nikolaev 2015-02-21 18:23:16 +02:00
parent a1ca3dbd08
commit 279d5af119

View file

@ -241,7 +241,7 @@ in
};
xkbcomp = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
configureFlags = "--with-xkb-config-root=${xorg.xkeyboardconfig}/share/X11/xkb";
};
xkeyboardconfig = attrs: attrs // {