libical: readd explicit introspection and vapi flags
the build doesn't autodetect the existence of the programs required
This commit is contained in:
parent
62cc9ad726
commit
31843808bd
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue