pango: fix pkg-config test

This commit is contained in:
sempiternal-aurora 2026-07-01 12:05:32 +10:00
commit d8fcedbd27

View file

@ -154,6 +154,8 @@ stdenv.mkDerivation (finalAttrs: {
"pangofc"
"pangoft2"
"pangoot"
]
++ lib.optionals x11Support [
"pangoxft"
];
};