forked from M-Labs/artiq
doc: Add jsonschema to nix package list
Add jsonschema to the nix package list as it is required by artiq_ddb_template.
This commit is contained in:
parent
2371c825f5
commit
07d684a35d
|
@ -51,6 +51,7 @@ Installing multiple packages and making them visible to the ARTIQ commands requi
|
||||||
#ps.scipy
|
#ps.scipy
|
||||||
#ps.numba
|
#ps.numba
|
||||||
#ps.matplotlib
|
#ps.matplotlib
|
||||||
|
#ps.jsonschema # required by artiq_ddb_template
|
||||||
# or if you need Qt (will recompile):
|
# or if you need Qt (will recompile):
|
||||||
#(ps.matplotlib.override { enableQt = true; })
|
#(ps.matplotlib.override { enableQt = true; })
|
||||||
#ps.bokeh
|
#ps.bokeh
|
||||||
|
|
Loading…
Reference in New Issue