libical: don't build examples

One of these fails to link in a static build.  I've fixed it
upstream, but I don't think there's any value building the examples
in Nixpkgs regardless, so let's disable them.

Link: https://github.com/libical/libical/pull/932
This commit is contained in:
Alyssa Ross
2025-07-12 12:01:44 +02:00
parent d8954dfb22
commit 0dfc2d82d0
+1
View File
@@ -80,6 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags =
[
"-DENABLE_GTK_DOC=False"
"-DLIBICAL_BUILD_EXAMPLES=False"
"-DGOBJECT_INTROSPECTION=${if withIntrospection then "True" else "False"}"
"-DICAL_GLIB_VAPI=${if withIntrospection then "True" else "False"}"
]