add conda package for toptica-lasersdk-artiq

pull/30/head
Sebastien Bourdeauducq 2019-11-14 17:12:17 +08:00
parent e50a89acea
commit 961dcac63d
1 changed files with 8 additions and 0 deletions

View File

@ -160,6 +160,14 @@ in
'';
propagatedBuildInputs = [ sipyco toptica-lasersdk ];
};
conda-toptica-lasersdk-artiq = condaBuild {
name = "conda-toptica-lasersdk-artiq";
src = condaFakeSource {
name = "toptica-lasersdk-artiq";
inherit (toptica-lasersdk-artiq) version src;
dependencies = [ "sipyco" "lasersdk =1.3.1" ];
};
};
} // (dualPackage {
name = "highfinesse-net";
version = "0.2";