fix extended-test dependencies

master
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 = [
(pkgs.python3.withPackages(ps: [ ps.paramiko artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock ]))
artiqpkgs.binutils-or1k
artiqpkgs.openocd
pkgs.openssh
];
] ++ (if (pkgs.lib.versionAtLeast artiqVersion "7.0") then [ pkgs.llvm_11 pkgs.lld_11 ] else [ artiqpkgs.binutils-or1k ]);
phases = [ "buildPhase" ];
buildPhase =
''