Compare commits
2 Commits
08adb12919
...
42f2434d92
Author | SHA1 | Date |
---|---|---|
Sebastien Bourdeauducq | 42f2434d92 | |
Sebastien Bourdeauducq | 1bc42f810b |
|
@ -83,11 +83,11 @@ in
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "quartiq";
|
owner = "quartiq";
|
||||||
repo = "newfocus8742";
|
repo = "newfocus8742";
|
||||||
rev = "2d97eb741f43bd5cb9eec92635101b70ad9c129c";
|
rev = "31a92595d1cb77d9256b891ec17eed0fbeceb1bc";
|
||||||
sha256 = "0xzx1p6qn24ckbc8pyxzq8wxn64pvrbwm2l94mblij6dblksdgmv";
|
sha256 = "1dww0y83d4i6nma1q5hnaagih94c32bxlla5p6a5a8zkc4x2pky9";
|
||||||
};
|
};
|
||||||
pythonOptions = {
|
pythonOptions = {
|
||||||
propagatedBuildInputs = [ artiq ];
|
propagatedBuildInputs = [ pkgs.python3Packages.pyusb artiq ];
|
||||||
# no unit tests so do a simple smoke test
|
# no unit tests so do a simple smoke test
|
||||||
checkPhase = "python -m newfocus8742.aqctl_newfocus8742 --version";
|
checkPhase = "python -m newfocus8742.aqctl_newfocus8742 --version";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue