forked from mirrors/nixpkgs
* The X server still calls itself "xfree86" wrt the xkb rules.
svn path=/nixpkgs/trunk/; revision=8495
This commit is contained in:
parent
fc483e0d57
commit
e3d318da8b
|
@ -13,6 +13,6 @@ stdenv.mkDerivation {
|
|||
ICONV = "iconv";
|
||||
|
||||
preConfigure = "
|
||||
configureFlags=\"--with-xkb-base=$out/etc/X11/xkb -with-xkb-rules-symlink=xorg\"
|
||||
configureFlags=\"--with-xkb-base=$out/etc/X11/xkb -with-xkb-rules-symlink=xorg,xfree86\"
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue