pango: add meta.pkgConfigModules annotation
This commit is contained in:
parent
fc5a8f129f
commit
addc9bcd3e
1 changed files with 9 additions and 0 deletions
|
@ -119,5 +119,14 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = with maintainers; [ raskin ] ++ teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
|
||||
pkgConfigModules = [
|
||||
"pango"
|
||||
"pangocairo"
|
||||
"pangofc"
|
||||
"pangoft2"
|
||||
"pangoot"
|
||||
"pangoxft"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue