forked from M-Labs/nix-scripts
board-generated: fix legacy rust deps
This commit is contained in:
parent
6416764277
commit
b456cee553
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue