From e49bd51d4219832b1ecc7ad7c9cfe877368e9c30 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 16 Mar 2025 22:00:04 -0500 Subject: [PATCH] gtk/macos: don't add anything to GI_TYPELIB_PATH on non-Linux --- nix/devShell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/devShell.nix b/nix/devShell.nix index 11e54355e..39649bdf6 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -68,7 +68,7 @@ graphene, pango, }: let - gi_typelib_path = [ + gi_typelib_path = lib.optionals stdenv.hostPlatform.isLinux [ cairo gdk-pixbuf glib