From 718ddf9f95602461c360256f1ae5c95f59050b50 Mon Sep 17 00:00:00 2001 From: Konstantinos Lambrou-Latreille Date: Wed, 16 Feb 2022 11:02:56 -0500 Subject: [PATCH] Add missing plantuml executable when building docs with sphynx. --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 30282739ea..647990eb01 100644 --- a/shell.nix +++ b/shell.nix @@ -88,6 +88,7 @@ let nixFlakesAlias nixpkgs-fmt nodejs + plantuml shellcheck sqlite-interactive stack @@ -103,6 +104,7 @@ let cardano-node.cardano-node cardano-wallet.cardano-wallet cardano-repo-tool + docs.build-and-serve-docs fixPngOptimization fix-purs-tidy fixStylishHaskell @@ -123,7 +125,6 @@ let stylish-haskell updateMaterialized updateClientDeps - docs.build-and-serve-docs ]); in