forked from M-Labs/zynq-rs
shell.nix: remove gcc
This commit is contained in:
parent
484e385160
commit
ef88a1313a
|
@ -12,7 +12,6 @@ stdenv.mkDerivation {
|
||||||
buildInputs = (with rustPlatform.rust; [
|
buildInputs = (with rustPlatform.rust; [
|
||||||
rustc cargo
|
rustc cargo
|
||||||
cargo-xbuild rustcSrc
|
cargo-xbuild rustcSrc
|
||||||
gcc
|
|
||||||
]) ++ (with pkgs; [ openocd gdb ]);
|
]) ++ (with pkgs; [ openocd gdb ]);
|
||||||
|
|
||||||
# Set Environment Variables
|
# Set Environment Variables
|
||||||
|
|
Loading…
Reference in New Issue