forked from M-Labs/nix-scripts
fix extended-test dependencies
This commit is contained in:
parent
9a08799d9b
commit
8d4ffe3a77
|
@ -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 =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue