forked from M-Labs/nix-scripts
correct metaarray spelling
This commit is contained in:
parent
e7a1686166
commit
e671bf3faf
@ -12,9 +12,9 @@ let
|
|||||||
propagatedBuildInputs = [ pkgs.python3Packages.statsmodels ];
|
propagatedBuildInputs = [ pkgs.python3Packages.statsmodels ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
metaarray = python3Packages.buildPythonPackage rec {
|
MetaArray = python3Packages.buildPythonPackage rec {
|
||||||
pname = "metaarray";
|
pname = "MetaArray";
|
||||||
version = "0.1";
|
version = "2.0.2";
|
||||||
src = /home/thomp/scratch/metaarray;
|
src = /home/thomp/scratch/metaarray;
|
||||||
propagatedBuildInputs = [ pkgs.python3Packages.numpy pkgs.python3Packages.h5py ];
|
propagatedBuildInputs = [ pkgs.python3Packages.numpy pkgs.python3Packages.h5py ];
|
||||||
};
|
};
|
||||||
@ -48,7 +48,7 @@ let
|
|||||||
pname = "artiq_tools";
|
pname = "artiq_tools";
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
src = /home/thomp/scratch/artiq_tools;
|
src = /home/thomp/scratch/artiq_tools;
|
||||||
propagatedBuildInputs = [ pkgs.python3Packages.numpy pkgs.python3Packages.typing artiqpkgs.artiq pkgs.python3Packages.pyzmq pkgs.python3Packages.matplotlib strontium_library metaarray];
|
propagatedBuildInputs = [ pkgs.python3Packages.numpy pkgs.python3Packages.typing artiqpkgs.artiq pkgs.python3Packages.pyzmq pkgs.python3Packages.matplotlib strontium_library MetaArray];
|
||||||
};
|
};
|
||||||
ndscan = python3Packages.buildPythonPackage rec {
|
ndscan = python3Packages.buildPythonPackage rec {
|
||||||
pname = "ndscan";
|
pname = "ndscan";
|
||||||
@ -78,7 +78,7 @@ in
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
vivado
|
vivado
|
||||||
sipyco
|
sipyco
|
||||||
metaarray
|
MetaArray
|
||||||
artiq_comtools
|
artiq_comtools
|
||||||
artiq_tools
|
artiq_tools
|
||||||
analysis_library
|
analysis_library
|
||||||
|
Loading…
Reference in New Issue
Block a user