make openocd (proxy bitstreams) and paramiko (remote flashing) accessible to kc705-tests

pull/16/head
Sebastien Bourdeauducq 2019-03-14 12:26:03 +08:00
parent 7406a34312
commit 2468453337
1 changed files with 2 additions and 1 deletions

View File

@ -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" ];