nix: drop ver from gcc in shell.nix

pull/25/head
Pavol Rusnak 6 years ago
parent e86d39ef2d
commit 7dce7bd92d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -5,5 +5,5 @@ let
in
stdenv.mkDerivation {
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 ];
}

Loading…
Cancel
Save