1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

nix: drop ver from gcc in shell.nix

This commit is contained in:
Pavol Rusnak 2019-01-10 12:37:49 +01:00
parent e86d39ef2d
commit 7dce7bd92d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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-7 pkgconfig SDL2 SDL2_image ]; buildInputs = [ myPython protobuf gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image ];
} }