mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-07 00:28:45 +00:00
nix: add gcc-arm-embedded to shell.nix
This commit is contained in:
parent
715151a7b0
commit
0418438ea1
@ -5,5 +5,5 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "trezor-core-dev";
|
name = "trezor-core-dev";
|
||||||
buildInputs = [ myPython protobuf scons gnumake gcc pkgconfig SDL2 SDL2_image ];
|
buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user