forked from M-Labs/artiq
nix: remove bogus version string
This commit is contained in:
parent
3d332ccc0b
commit
233c841f2e
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchFromGitHub, fetchsvn, python3Packages, qt5Full, binutils-or1k, llvm-or1k, llvmlite, python3}:
|
{ stdenv, fetchFromGitHub, fetchsvn, python3Packages, qt5Full, binutils-or1k, llvm-or1k, llvmlite, python3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
@ -94,8 +94,7 @@ lit = python3Packages.buildPythonPackage rec {
|
||||||
in
|
in
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
version = "336482";
|
name = "artiq";
|
||||||
name = "artiq-${version}";
|
|
||||||
src = ./..;
|
src = ./..;
|
||||||
buildInputs = with python3Packages; [ lit outputcheck ];
|
buildInputs = with python3Packages; [ lit outputcheck ];
|
||||||
propagatedBuildInputs = with python3Packages; [ binutils-or1k llvm-or1k llvmlite levenshtein pyqtgraph-qt5 aiohttp pygit2 pythonparser numpy dateutil quamash scipy prettytable pyserial asyncserial h5py cython regex qt5Full pyqt5 ];
|
propagatedBuildInputs = with python3Packages; [ binutils-or1k llvm-or1k llvmlite levenshtein pyqtgraph-qt5 aiohttp pygit2 pythonparser numpy dateutil quamash scipy prettytable pyserial asyncserial h5py cython regex qt5Full pyqt5 ];
|
||||||
|
@ -108,4 +107,3 @@ python3Packages.buildPythonPackage rec {
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue