From cb6bb0aa45c047a4abbde8f649f80388945f4c0e Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 21 Dec 2025 17:51:59 +0800 Subject: [PATCH] xfce.thunar: Enable introspection conditionally Assuming this is a fallout from efbd153c406e00dd3f300e2a91c686509c6896d5. --- pkgs/desktops/xfce/core/thunar/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/xfce/core/thunar/default.nix b/pkgs/desktops/xfce/core/thunar/default.nix index 777a87e487cf..23a09c001a41 100644 --- a/pkgs/desktops/xfce/core/thunar/default.nix +++ b/pkgs/desktops/xfce/core/thunar/default.nix @@ -16,7 +16,10 @@ pcre2, xfce4-panel, xfconf, - withIntrospection ? false, + withIntrospection ? + lib.meta.availableOn stdenv.hostPlatform gobject-introspection + && stdenv.hostPlatform.emulatorAvailable buildPackages, + buildPackages, gobject-introspection, }: