From 42f2434d924edbd06c53449e67e337d2c7ba5c39 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Apr 2019 22:37:26 +0800 Subject: [PATCH] newfocus8742: add pyusb dependency (nix only) --- artiq/artiq-extras.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/artiq-extras.nix b/artiq/artiq-extras.nix index 62067ed..fa9c4a5 100644 --- a/artiq/artiq-extras.nix +++ b/artiq/artiq-extras.nix @@ -87,7 +87,7 @@ in sha256 = "1dww0y83d4i6nma1q5hnaagih94c32bxlla5p6a5a8zkc4x2pky9"; }; pythonOptions = { - propagatedBuildInputs = [ artiq ]; + propagatedBuildInputs = [ pkgs.python3Packages.pyusb artiq ]; # no unit tests so do a simple smoke test checkPhase = "python -m newfocus8742.aqctl_newfocus8742 --version"; };