mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-27 06:20:54 +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
ad628b5b52
commit
2055beb6ec
@ -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 ];
|
||||||
}
|
}
|
||||||
|
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