flake: add jsonschema to makeArtiqBoardPackage

pull/1843/head
Sebastien Bourdeauducq 2022-01-30 19:38:56 +08:00
parent afb98a1903
commit dd3279e506
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
sha256 = "sha256-YyycMsDzR+JRcMZJd6A/CRi2J9nKmaWY/KXUnAQaZ00=";
};
nativeBuildInputs = [
(pkgs.python3.withPackages(ps: [ migen misoc artiq ]))
(pkgs.python3.withPackages(ps: [ ps.jsonschema migen misoc artiq]))
rustPlatform.rust.rustc
rustPlatform.rust.cargo
pkgs.llvmPackages_11.clang-unwrapped