mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
xorg.libXtst: add meta.pkgConfigModules annotation
This commit is contained in:
parent
09b6e7fb21
commit
de7882fd41
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ self: super:
|
|||
};
|
||||
});
|
||||
|
||||
libXtst = super.libXtst.overrideAttrs (attrs: {
|
||||
meta = attrs.meta // {
|
||||
pkgConfigModules = [ "xtst" ];
|
||||
};
|
||||
});
|
||||
|
||||
libXfont = super.libXfont.overrideAttrs (attrs: {
|
||||
outputs = [ "out" "dev" ];
|
||||
propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ freetype ]; # propagate link reqs. like bzip2
|
||||
|
|
Loading…
Reference in a new issue