From df1694f2cf30693846302685bf1012b8fb317261 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Tue, 30 Jul 2024 09:25:18 +0200 Subject: Update non-system dependencies ... with the latest update of the CC rules, there now is a dependency on sh for CC binaries. Hence extend PATH for CC appropriately. --- nix-dependencies/dependencies.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix-dependencies/dependencies.nix') diff --git a/nix-dependencies/dependencies.nix b/nix-dependencies/dependencies.nix index 2e73468..cce0911 100644 --- a/nix-dependencies/dependencies.nix +++ b/nix-dependencies/dependencies.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { buildPhase = '' echo PKG_CONFIG_PATH=$PKG_CONFIG_PATH jo TOOLCHAIN_CONFIG=$(jo \ - CC=$(jo PATH=$(jo -a ${clang}/bin ${coreutils}/bin)) \ + CC=$(jo PATH=$(jo -a ${clang}/bin ${coreutils}/bin ${busybox}/bin)) \ PROTO=$(jo PATH=$(jo -a ${protobuf_25}/bin ${grpc}/bin) \ PROTOC=${protobuf_25}/bin/protoc \ GRPC_PLUGIN=${grpc}/bin/grpc_cpp_plugin \ -- cgit v1.2.3