mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
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…
Add table
Add a link
Reference in a new issue