mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
xorg.libXdmcp: add meta.pkgConfigModules annotation
This commit is contained in:
parent
d85a512a38
commit
09b6e7fb21
@ -147,6 +147,9 @@ self: super:
|
||||
|
||||
libXdmcp = super.libXdmcp.overrideAttrs (attrs: {
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
meta = attrs.meta // {
|
||||
pkgConfigModules = [ "xdmcp" ];
|
||||
};
|
||||
});
|
||||
|
||||
libXfont = super.libXfont.overrideAttrs (attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user