From 676e13424d0b9d2085da0fdd2bb421304a5afcd7 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 10 Jan 2019 12:40:21 +0100 Subject: [PATCH] nix: drop ver from gcc in shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index d2d09ec1f8..b3da68b3f0 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; }