forked from M-Labs/nix-scripts
add conda package for toptica-lasersdk-artiq
This commit is contained in:
parent
e50a89acea
commit
961dcac63d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue