pull/30/head
Sebastien Bourdeauducq 2020-06-16 19:50:13 +08:00
parent 5b5742c3f0
commit dd688f7c11
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ let
src = import ./conda/fake-source.nix { inherit pkgs; } {
name = "sipyco";
inherit (pythonDeps.sipyco) version src;
dependencies = ["numpy"];
};
dependencies = ["numpy"];
};
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
name = "conda-quamash";