From 07d684a35d98ae4e133023f124de8122260ba9f0 Mon Sep 17 00:00:00 2001 From: Michael Hartmann Date: Tue, 31 Jan 2023 08:55:32 +0100 Subject: [PATCH] doc: Add jsonschema to nix package list Add jsonschema to the nix package list as it is required by artiq_ddb_template. --- doc/manual/installing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index a48d0f803..0c8aa9b85 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -51,6 +51,7 @@ Installing multiple packages and making them visible to the ARTIQ commands requi #ps.scipy #ps.numba #ps.matplotlib + #ps.jsonschema # required by artiq_ddb_template # or if you need Qt (will recompile): #(ps.matplotlib.override { enableQt = true; }) #ps.bokeh