mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-26 16:18:22 +00:00
nix: drop ver from gcc in shell.nix
This commit is contained in:
parent
a3cca11181
commit
676e13424d
@ -5,5 +5,5 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "trezor-core-dev";
|
||||
buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded-7 pkgconfig SDL2 SDL2_image autoflake ];
|
||||
buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image autoflake ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user