From f57fb17d2b6b9d03e9cebf89795abe3a286dd98b Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 17 Aug 2021 17:55:40 +0200 Subject: [PATCH] shell.nix: add new dependencies for building the documentation --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell.nix b/shell.nix index 37c36e9a2..c735f1339 100644 --- a/shell.nix +++ b/shell.nix @@ -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.