From 2468453337462068db83954eac097eb1dbb0216d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 12:26:03 +0800 Subject: [PATCH] make openocd (proxy bitstreams) and paramiko (remote flashing) accessible to kc705-tests --- main.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.nix b/main.nix index a02919c..01a13bb 100644 --- a/main.nix +++ b/main.nix @@ -47,8 +47,9 @@ in outputHashMode = "recursive"; outputHash = import generateTestOkHash; buildInputs = [ - (pkgs.python3.withPackages(ps: [ artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ])) + (pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ])) artiqpkgs.binutils-or1k + artiqpkgs.openocd pkgs.iputils ]; phases = [ "buildPhase" ];