forked from M-Labs/artiq
nix: separated buildtime & runtime dependencies
This commit is contained in:
parent
34329cf366
commit
ec97d63617
|
@ -120,11 +120,8 @@ python35Packages.buildPythonPackage rec {
|
||||||
version = "336482";
|
version = "336482";
|
||||||
name = "artiq-${version}";
|
name = "artiq-${version}";
|
||||||
src = ./..;
|
src = ./..;
|
||||||
propagatedBuildInputs = with python35Packages; [
|
buildInputs = with python35Packages; [ lit outputcheck sphinx sphinx-argparse ];
|
||||||
llvm-or1k llvmlite sphinx-argparse levenshtein
|
propagatedBuildInputs = with python35Packages; [ llvm-or1k llvmlite levenshtein pyqtgraph aiohttp pygit2 pythonparser numpy dateutil quamash scipy prettytable ml-pyserial asyncserial h5py cython regex qt5Full pyqt5 ];
|
||||||
pyqtgraph aiohttp pygit2 pythonparser numpy
|
|
||||||
dateutil sphinx quamash scipy outputcheck
|
|
||||||
prettytable lit ml-pyserial asyncserial h5py cython regex qt5Full pyqt5 ];
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "";
|
description = "";
|
||||||
|
|
Loading…
Reference in New Issue