mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
nix: use gcc-arm-embedded-7 package in shell.nix
This commit is contained in:
parent
fe00995991
commit
fcb6b1713c
@ -5,5 +5,5 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "trezor-mcu-dev";
|
name = "trezor-mcu-dev";
|
||||||
buildInputs = [ myPython protobuf gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image ];
|
buildInputs = [ myPython protobuf gnumake gcc gcc-arm-embedded-7 pkgconfig SDL2 SDL2_image ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user