forked from M-Labs/nix-scripts
remove artiq asyncserial dependency
This commit is contained in:
parent
3632841b27
commit
aa038520e9
|
@ -7,7 +7,6 @@
|
|||
"scipy"
|
||||
"numpy"
|
||||
"prettytable"
|
||||
"asyncserial"
|
||||
"h5py 2.8"
|
||||
"python-dateutil"
|
||||
"pyqt >=5.5"
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
src = import ./artiq-src.nix { inherit fetchgit; };
|
||||
preBuild = "export VERSIONEER_OVERRIDE=${version}";
|
||||
propagatedBuildInputs = [ binutils-or1k llvm-or1k llvmlite-artiq qt5Full ]
|
||||
++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser asyncserial ])
|
||||
++ (with pythonDeps; [ levenshtein pyqtgraph-qt5 quamash pythonparser ])
|
||||
++ (with python3Packages; [ aiohttp pygit2 numpy dateutil scipy prettytable pyserial h5py pyqt5 ]);
|
||||
checkInputs = [ binutils-or1k outputcheck ];
|
||||
checkPhase =
|
||||
|
|
Loading…
Reference in New Issue