pango: fix pkg-config test

This commit is contained in:
sempiternal-aurora
2026-07-01 12:05:49 +10:00
parent 80748a6ce4
commit d8fcedbd27
+2
View File
@@ -154,6 +154,8 @@ stdenv.mkDerivation (finalAttrs: {
"pangofc"
"pangoft2"
"pangoot"
]
++ lib.optionals x11Support [
"pangoxft"
];
};