xkeyboard-config: enable xkb rules symlink
This commit is contained in:
parent
e3b3eac630
commit
14cbd4d17a
@ -2476,6 +2476,7 @@ let
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libX11 xproto ];
|
buildInputs = [ libX11 xproto ];
|
||||||
|
configureFlags = [ "--with-xkb-rules-symlink=xorg" ];
|
||||||
meta.platforms = stdenv.lib.platforms.unix;
|
meta.platforms = stdenv.lib.platforms.unix;
|
||||||
}) // {inherit libX11 xproto ;};
|
}) // {inherit libX11 xproto ;};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user