board-generated: fix legacy rust deps

master
Sebastien Bourdeauducq 2021-09-12 19:32:08 +08:00
parent 6416764277
commit b456cee553
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ pkgs.stdenv.mkDerivation {
phases = [ "buildPhase" "installPhase" ]; phases = [ "buildPhase" "installPhase" ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgs.gnumake pkgs.which pythonEnv pkgs.gnumake pkgs.which pythonEnv
artiqpkgs.cargo artiqpkgs.cargo-legacy
artiqpkgs.rustc artiqpkgs.rustc-legacy
artiqpkgs.binutils-or1k artiqpkgs.binutils-or1k
artiqpkgs.llvm-or1k artiqpkgs.llvm-or1k
]; ];