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