shell.nix: add new dependencies for building the documentation
This commit is contained in:
parent
a69170b0ba
commit
f57fb17d2b
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ mkShell rec {
|
||||||
ncurses
|
ncurses
|
||||||
pkg-config
|
pkg-config
|
||||||
sphinx
|
sphinx
|
||||||
|
furo
|
||||||
|
sphinx-copybutton
|
||||||
|
sphinxext-opengraph
|
||||||
|
sphinx-inline-tabs
|
||||||
] ++ optionals stdenv.isDarwin [
|
] ++ optionals stdenv.isDarwin [
|
||||||
imagemagick
|
imagemagick
|
||||||
libicns # For the png2icns tool.
|
libicns # For the png2icns tool.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue