mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
libxkbcommon: add meta.pkgConfigModules annotation
This commit is contained in:
parent
cacb118b78
commit
94a6ca907f
@ -63,5 +63,10 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ primeos ttuegel ];
|
||||
mainProgram = "xkbcli";
|
||||
platforms = with platforms; unix;
|
||||
pkgConfigModules = [
|
||||
"xkbcommon"
|
||||
"xkbcommon-x11"
|
||||
"xkbregistry"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user