nix: don't pull in gcc explicitly, stdenv has it

If we pull it explicitly we affect variables like `CC_FOR_TARGET` which
can break builds on MacOS due to need for `clang` use.

Depends on: https://github.com/status-im/nimbus-build-system/pull/51

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-04 12:43:32 +02:00
parent ad628b5b52
commit 2055beb6ec
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
git # 2.37.3 git # 2.37.3
which # 2.21 which # 2.21
gcc # 11.3.0
rustc # 1.63.0 rustc # 1.63.0
] ++ lib.optionals stdenv.isDarwin [ libiconv ]; ] ++ lib.optionals stdenv.isDarwin [ libiconv ];
} }

@ -1 +1 @@
Subproject commit c7977002fb9e631a946b6589a0b7adc7dc9acef9 Subproject commit 07e37730c627c19848e8662352976afe7e15bb1f