Skip to content

Commit

Permalink
busybox: use new toolchain attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Jan 25, 2025
1 parent 5f7bb62 commit 6703545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11991,7 +11991,7 @@ with pkgs;

busybox = callPackage ../os-specific/linux/busybox {
# Fixes libunwind from being dynamically linked to a static binary.
stdenv = if (stdenv.targetPlatform.useLLVM or false) then
stdenv = if stdenv.cc.isClang && stdenv.hostPlatform.unwinderlib == "libunwind" then
overrideCC stdenv buildPackages.llvmPackages.clangNoLibcxx
else stdenv;
};
Expand Down

0 comments on commit 6703545

Please sign in to comment.