libical: readd explicit introspection and vapi flags

the build doesn't autodetect the existence of the programs required
This commit is contained in:
Artturin 2022-07-25 20:08:01 +03:00
parent 62cc9ad726
commit 31843808bd

View File

@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DENABLE_GTK_DOC=False"
"-DGOBJECT_INTROSPECTION=True"
"-DICAL_GLIB_VAPI=True"
] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
"-DIMPORT_ICAL_GLIB_SRC_GENERATOR=${lib.getDev buildPackages.libical}/lib/cmake/LibIcal/IcalGlibSrcGenerator.cmake"
];