mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pango: fix pkg-config test
This commit is contained in:
parent
80748a6ce4
commit
d8fcedbd27
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"pangofc"
|
||||
"pangoft2"
|
||||
"pangoot"
|
||||
]
|
||||
++ lib.optionals x11Support [
|
||||
"pangoxft"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue