forked from M-Labs/nix-scripts
conda: fix 40311dc33
This commit is contained in:
parent
5b5742c3f0
commit
dd688f7c11
|
@ -68,8 +68,8 @@ let
|
||||||
src = import ./conda/fake-source.nix { inherit pkgs; } {
|
src = import ./conda/fake-source.nix { inherit pkgs; } {
|
||||||
name = "sipyco";
|
name = "sipyco";
|
||||||
inherit (pythonDeps.sipyco) version src;
|
inherit (pythonDeps.sipyco) version src;
|
||||||
|
dependencies = ["numpy"];
|
||||||
};
|
};
|
||||||
dependencies = ["numpy"];
|
|
||||||
};
|
};
|
||||||
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
|
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
|
||||||
name = "conda-quamash";
|
name = "conda-quamash";
|
||||||
|
|
Loading…
Reference in New Issue