mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user