mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
libxcb: enable XKB extension
SDDM, a display manager that I'm trying to package, depends on this.
This commit is contained in:
parent
e9f0d1013d
commit
8e3a92e306
@ -49,6 +49,7 @@ in
|
||||
|
||||
libxcb = attrs : attrs // {
|
||||
nativeBuildInputs = [ args.python ];
|
||||
configureFlags = "--enable-xkb";
|
||||
};
|
||||
|
||||
xcbproto = attrs : attrs // {
|
||||
|
Loading…
Reference in New Issue
Block a user