fix previous commit

pull/16/head
Sebastien Bourdeauducq 2019-02-17 22:45:37 +08:00
parent d85f57ca0a
commit bf08d60ed2
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ in
constituents = builtins.attrValues jobs;
};
extended-tests = pkgs.runCommand "extended-tests" {
propagatedBuildInputs = [pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock])];
propagatedBuildInputs = [(pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock]))];
} "cp ${./extended-tests.py} $out;";
}