shell.nix: add new dependencies for building the documentation

This commit is contained in:
Luflosi
2021-08-17 17:55:40 +02:00
parent a69170b0ba
commit f57fb17d2b

View File

@@ -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.