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