From ad32026f8db08a54759b9b9d4b6e732503df10a9 Mon Sep 17 00:00:00 2001 From: Hugo McNally Date: Tue, 18 Jun 2024 09:25:26 +0100 Subject: [PATCH] Added `xsltproc` to the opentitan environment --- dev/opentitan.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/opentitan.nix b/dev/opentitan.nix index b1fe29a..8801786 100644 --- a/dev/opentitan.nix +++ b/dev/opentitan.nix @@ -70,6 +70,7 @@ in # For documentation hugo doxygen + libxslt # util/mdbook/difgen.py, requires `xsltproc` to be in the path. ] # Binaries generated by the EDA tools do no have RPATH set so they also need runtime deps. ++ edaExtraDeps