nix build: FONTCONFIG behavior for pkgs/xo-indentlog.nix
All checks were successful
CI / smoke-test (push) Successful in 42s
All checks were successful
CI / smoke-test (push) Successful in 42s
This commit is contained in:
parent
717d2fab84
commit
74ff0f244c
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
python3Packages,
|
||||
|
||||
doxygen, sphinx, graphviz,
|
||||
doxygen, sphinx, graphviz, fontconfig,
|
||||
|
||||
xo-cmake,
|
||||
|
||||
|
|
@ -28,6 +28,7 @@ stdenv.mkDerivation (finalattrs:
|
|||
inherit buildExamples;
|
||||
inherit doCheck;
|
||||
|
||||
|
||||
postBuild = lib.optionalString buildDocs ''
|
||||
cmake --build . -- docs
|
||||
'';
|
||||
|
|
@ -39,9 +40,12 @@ stdenv.mkDerivation (finalattrs:
|
|||
doxygen
|
||||
sphinx
|
||||
graphviz
|
||||
fontconfig
|
||||
python3Packages.sphinx-rtd-theme
|
||||
python3Packages.breathe
|
||||
python3Packages.sphinxcontrib-ditaa
|
||||
python3Packages.sphinxcontrib-plantuml
|
||||
];
|
||||
} // lib.optionalAttrs buildDocs {
|
||||
FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue