libical: fix introspection default
This is the same default used across Nixpkgs, and fixes it trying to use introspection in static builds.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pkgsBuildBuild,
|
||||
pkgsBuildHost,
|
||||
cmake,
|
||||
glib,
|
||||
icu,
|
||||
@@ -15,7 +14,10 @@
|
||||
python3,
|
||||
tzdata,
|
||||
fixDarwinDylibNames,
|
||||
withIntrospection ? stdenv.hostPlatform.emulatorAvailable pkgsBuildHost,
|
||||
withIntrospection ?
|
||||
lib.meta.availableOn stdenv.hostPlatform gobject-introspection
|
||||
&& stdenv.hostPlatform.emulatorAvailable buildPackages,
|
||||
buildPackages,
|
||||
gobject-introspection,
|
||||
vala,
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user