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
|
||||
pkg-config
|
||||
sphinx
|
||||
furo
|
||||
sphinx-copybutton
|
||||
sphinxext-opengraph
|
||||
sphinx-inline-tabs
|
||||
] ++ optionals stdenv.isDarwin [
|
||||
imagemagick
|
||||
libicns # For the png2icns tool.
|
||||
|
|
|
|||
Loading…
Reference in a new issue