xfce.thunar: Enable introspection conditionally

Assuming this is a fallout from efbd153c40.
This commit is contained in:
Bobby Rong
2025-12-21 22:44:30 +08:00
parent 404177e8da
commit cb6bb0aa45
+4 -1
View File
@@ -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,
}: