artiq-board: fix dependencies

pull/69/head
Sebastien Bourdeauducq 2021-09-12 19:06:29 +08:00
parent 65e9f77019
commit c16bcd74d8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ pkgs.python3Packages.toPythonModule (pkgs.stdenv.mkDerivation rec {
artiqpkgs.binutils-or1k
artiqpkgs.llvm-or1k
]);
buildInputs = [ (pkgs.python3.withPackages(ps: with ps; [ jinja2 numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ])) ];
buildInputs = [ (pkgs.python3.withPackages(ps: with ps; [ artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ] ++ (pkgs.lib.optional artiq7 jsonschema))) ];
buildPhase = if artiq7
then
''