1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

nix: use gcc-arm-embedded-7 package in shell.nix

This commit is contained in:
Pavol Rusnak 2018-10-04 15:13:11 +02:00
parent 8aa29ae1d6
commit 1991d44e6b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -5,5 +5,5 @@ let
in
stdenv.mkDerivation {
name = "trezor-core-dev";
buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image ];
buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded-7 pkgconfig SDL2 SDL2_image ];
}