libical: readd explicit introspection and vapi flags

the build doesn't autodetect the existence of the programs required
main
Artturin 2 years ago
parent 62cc9ad726
commit 31843808bd
  1. 2
      pkgs/development/libraries/libical/default.nix

@ -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…
Cancel
Save