From 25b8663fb47e28589965720301e3e9ff0048bcc9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Feb 2019 11:35:35 +0800 Subject: [PATCH] make or1k-linux-ld available to python -m unittest --- main.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/main.nix b/main.nix index 166341a..ffeb9a8 100644 --- a/main.nix +++ b/main.nix @@ -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 ];