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 ];
|
||||
doCheck = false;
|
||||
};
|
||||
metaarray = python3Packages.buildPythonPackage rec {
|
||||
pname = "metaarray";
|
||||
version = "0.1";
|
||||
MetaArray = python3Packages.buildPythonPackage rec {
|
||||
pname = "MetaArray";
|
||||
version = "2.0.2";
|
||||
src = /home/thomp/scratch/metaarray;
|
||||
propagatedBuildInputs = [ pkgs.python3Packages.numpy pkgs.python3Packages.h5py ];
|
||||
};
|
||||
|
@ -48,7 +48,7 @@ let
|
|||
pname = "artiq_tools";
|
||||
version = "0.2";
|
||||
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 {
|
||||
pname = "ndscan";
|
||||
|
@ -78,7 +78,7 @@ in
|
|||
buildInputs = [
|
||||
vivado
|
||||
sipyco
|
||||
metaarray
|
||||
MetaArray
|
||||
artiq_comtools
|
||||
artiq_tools
|
||||
analysis_library
|
||||
|
|
Loading…
Reference in New Issue