Compare commits

..

No commits in common. "88232632f212b1cba93431eb29b8af78cc987d0c" and "b43deb1d8f21eb809af20767453596100dc08ec8" have entirely different histories.

1 changed files with 5 additions and 9 deletions

View File

@ -26,7 +26,7 @@ in
rev = "e0adec6c577d7d1b832a2b1bf20e89ac393ca27e";
sha256 = "18092zgjh63qrg6lg9mzsbr2yri7k7wb97mip5xq3zrcabmmpbk3";
};
pythonOptions = { propagatedBuildInputs = [ asyncserial artiq ]; };
pythonOptions = { buildInputs = [ asyncserial artiq ]; };
condaOptions = { dependencies = [ "asyncserial" ]; };
}) // (dualPackage {
name = "novatech409b";
@ -37,7 +37,7 @@ in
rev = "c95c52ea3fdcc8459d84bd72bb54c3dc77883968";
sha256 = "1lkdf1wwngwpmm4byaz1jbjpc9gnq3q8ig6hq305dn73cja99zn9";
};
pythonOptions = { propagatedBuildInputs = [ asyncserial artiq ]; };
pythonOptions = { buildInputs = [ asyncserial artiq ]; };
condaOptions = { dependencies = [ "asyncserial" ]; };
}) // (dualPackage {
name = "newfocus8742";
@ -45,12 +45,8 @@ in
src = pkgs.fetchFromGitHub {
owner = "quartiq";
repo = "newfocus8742";
rev = "2d97eb741f43bd5cb9eec92635101b70ad9c129c";
sha256 = "0xzx1p6qn24ckbc8pyxzq8wxn64pvrbwm2l94mblij6dblksdgmv";
};
pythonOptions = {
propagatedBuildInputs = [ artiq ];
# no unit tests so do a simple smoke test
checkPhase = "python -m newfocus8742.aqctl_newfocus8742 --version";
rev = "8224f69fe16e407a1e0e74d2923eca4ab707a60c";
sha256 = "0hahk2hfc9xxrxkqz8ghkh9b35hppdxdlkb55fz9z9s686caki02";
};
pythonOptions = { buildInputs = [ artiq ]; };
})