mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk/macos: don't add anything to GI_TYPELIB_PATH on non-Linux
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
graphene,
|
||||
pango,
|
||||
}: let
|
||||
gi_typelib_path = [
|
||||
gi_typelib_path = lib.optionals stdenv.hostPlatform.isLinux [
|
||||
cairo
|
||||
gdk-pixbuf
|
||||
glib
|
||||
|
Reference in New Issue
Block a user