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:
@@ -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"}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user