gtk/macos: don't add anything to GI_TYPELIB_PATH on non-Linux

This commit is contained in:
Jeffrey C. Ollie
2025-03-16 22:00:04 -05:00
parent 59b5f8d3cc
commit e49bd51d42

View File

@ -68,7 +68,7 @@
graphene,
pango,
}: let
gi_typelib_path = [
gi_typelib_path = lib.optionals stdenv.hostPlatform.isLinux [
cairo
gdk-pixbuf
glib