Merge pull request #40625 from romildo/fix.xkeyboard-config
xkeyboard-config: enable xkb rules symlink
This commit is contained in:
commit
5edb09c3db
@ -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 New Issue
Block a user