mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-09 17:33:09 +00:00
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:
parent
53912a19fc
commit
917bb708d8
@ -10,7 +10,6 @@ pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
git # 2.37.3
|
||||
which # 2.21
|
||||
gcc # 11.3.0
|
||||
rustc # 1.63.0
|
||||
] ++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
}
|
||||
|
||||
2
vendor/nimbus-build-system
vendored
2
vendor/nimbus-build-system
vendored
@ -1 +1 @@
|
||||
Subproject commit c7977002fb9e631a946b6589a0b7adc7dc9acef9
|
||||
Subproject commit 07e37730c627c19848e8662352976afe7e15bb1f
|
||||
Loading…
x
Reference in New Issue
Block a user