Add a temporary work-around to be able to use non-us keyboard layout.

xkbcomp does not look inside the directory specified with the option -xkbdir.

svn path=/nixos/branches/modular-nixos/; revision=15752
This commit is contained in:
Nicolas Pierron 2009-05-27 20:27:59 +00:00
parent b022f2e95a
commit e6ae383b9b

View file

@ -499,6 +499,10 @@ mkIf cfg.enable {
{ source = "${configFile}";
target = "X11/xorg.conf";
}
# -xkbdir command line option does not seems to be passed to xkbcomp.
{ source = "${pkgs.xkeyboard_config}/etc/X11/xkb";
target = "X11/xkb";
}
];
extraPackages = [