From b456cee553278f990cf32f38acbabf962db5be33 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 12 Sep 2021 19:32:08 +0800 Subject: [PATCH] board-generated: fix legacy rust deps --- artiq-board-generated/artiq-board.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-board-generated/artiq-board.nix b/artiq-board-generated/artiq-board.nix index 9e3cd4e..d891ac5 100644 --- a/artiq-board-generated/artiq-board.nix +++ b/artiq-board-generated/artiq-board.nix @@ -65,8 +65,8 @@ pkgs.stdenv.mkDerivation { phases = [ "buildPhase" "installPhase" ]; nativeBuildInputs = [ pkgs.gnumake pkgs.which pythonEnv - artiqpkgs.cargo - artiqpkgs.rustc + artiqpkgs.cargo-legacy + artiqpkgs.rustc-legacy artiqpkgs.binutils-or1k artiqpkgs.llvm-or1k ];