mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Proper default path for XKB config files
This commit is contained in:
parent
a1ca3dbd08
commit
279d5af119
1 changed files with 1 additions and 1 deletions
|
@ -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 // {
|
||||
|
|
Loading…
Reference in a new issue