forked from M-Labs/nix-scripts
artiq-full: update example-user-env
This commit is contained in:
parent
2afb9c94f3
commit
6bdf39ef1f
|
@ -20,7 +20,8 @@ in
|
|||
ps.pandas
|
||||
ps.numpy
|
||||
ps.scipy
|
||||
ps.numba
|
||||
# our newer llvmlite conflicts with the one in nixpkgs (21.05), reenable after nixpkgs updates llvmlite
|
||||
#ps.numba
|
||||
ps.bokeh
|
||||
matplotlib-qt
|
||||
# cirq is broken and doesn't build (as of 20.09.3281.06b11191834)
|
||||
|
@ -31,7 +32,7 @@ in
|
|||
|
||||
artiq-full.openocd
|
||||
pkgs.gtkwave
|
||||
#pkgs.spyder # broken on 20.03
|
||||
pkgs.spyder
|
||||
pkgs.R
|
||||
];
|
||||
} "touch $out";
|
||||
|
|
Loading…
Reference in New Issue