mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
suil: build documentation using sphinxygen and sphinx-lv2-theme (#351221)
This commit is contained in:
commit
7233068699
@ -7,6 +7,10 @@
|
||||
pkg-config,
|
||||
meson,
|
||||
ninja,
|
||||
sphinxygen,
|
||||
doxygen,
|
||||
sphinx,
|
||||
python3Packages,
|
||||
|
||||
# runtime
|
||||
lv2,
|
||||
@ -40,11 +44,13 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
sphinxygen
|
||||
doxygen
|
||||
sphinx
|
||||
python3Packages.sphinx-lv2-theme
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
# docs require sphinxygen
|
||||
(mesonEnable "docs" false)
|
||||
(mesonEnable "gtk2" withGtk2)
|
||||
(mesonEnable "gtk3" withGtk3)
|
||||
(mesonEnable "qt5" withQt5)
|
||||
|
Loading…
Reference in New Issue
Block a user