fix extended-test dependencies

pull/69/head
Sebastien Bourdeauducq 2021-09-13 07:07:41 +08:00
parent 9a08799d9b
commit 8d4ffe3a77
1 changed files with 1 additions and 2 deletions

View File

@ -64,10 +64,9 @@ in
buildInputs = [ buildInputs = [
(pkgs.python3.withPackages(ps: [ ps.paramiko 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 artiqpkgs.openocd
pkgs.openssh pkgs.openssh
]; ] ++ (if (pkgs.lib.versionAtLeast artiqVersion "7.0") then [ pkgs.llvm_11 pkgs.lld_11 ] else [ artiqpkgs.binutils-or1k ]);
phases = [ "buildPhase" ]; phases = [ "buildPhase" ];
buildPhase = buildPhase =
'' ''