artiq-full: remove dependency of board packages on sinara-systems source (#21)

pull/33/head
Sebastien Bourdeauducq 2020-07-13 00:23:45 +08:00
parent 888481c0ce
commit 30e0886a16
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ let
json = builtins.toPath (src + "/\''${variant}.json");
boardBinaries = artiq-board {
inherit target variant;
buildCommand = "python -m artiq.gateware.targets.kasli_generic \''${json}";
src = json;
buildCommand = "python -m artiq.gateware.targets.kasli_generic \$src";
};
in
start // {