make or1k-linux-ld available to python -m unittest

pull/16/head
Sebastien Bourdeauducq 2019-02-19 11:35:35 +08:00
parent 953ace12e0
commit 25b8663fb4
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ in
extended-tests = pkgs.runCommand "extended-tests" {
propagatedBuildInputs = [
(pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock]))
artiqpkgs.binutils-or1k
artiqpkgs.openocd
pkgs.iputils
];