From 961dcac63d587fdb8a389ccef5585acb53c0fa79 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Nov 2019 17:12:17 +0800 Subject: [PATCH] add conda package for toptica-lasersdk-artiq --- artiq-full/extras.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 4ece2fa..138b329 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -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";