igraph: enable (and fix) html documentation generation

Add the "html" target to the CMake build. This requires
docbook_xml_dtd_43 and docbook_xsl (catalogs) to build properly.
This commit is contained in:
Sean Gilligan
2026-05-21 13:07:16 -07:00
parent 0a4c158427
commit 83c59da4da

View File

@@ -12,6 +12,8 @@
lapack,
libxml2,
libxslt,
docbook_xml_dtd_43,
docbook_xsl,
llvmPackages,
pkg-config,
plfit,
@@ -49,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
flex
libxml2
libxslt
docbook_xml_dtd_43
docbook_xsl
pkg-config
python3
sourceHighlight
@@ -83,6 +87,11 @@ stdenv.mkDerivation (finalAttrs: {
"-DBUILD_SHARED_LIBS=ON"
];
buildFlags = [
"all"
"html"
];
doCheck = true;
postInstall = ''