Skip to content

Commit

Permalink
windows.crossThreadsStdenv: llvmPackages_8 -> llvmPackages
Browse files Browse the repository at this point in the history
removing references to llvmPackages_8 in preparation to drop it from the
tree
  • Loading branch information
annalee committed Jan 25, 2024
1 parent 91da710 commit 5650490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/windows/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ lib.makeScope newScope (self: with self; {
stdenv = crossLibcStdenv;
};

# FIXME untested with llvmPackages_16 was using llvmPackages_8
crossThreadsStdenv = overrideCC crossLibcStdenv
(if stdenv.hostPlatform.useLLVM or false
then buildPackages.llvmPackages_8.clangNoLibcxx
then buildPackages.llvmPackages.clangNoLibcxx
else buildPackages.gccWithoutTargetLibc.override (old: {
bintools = old.bintools.override {
libc = libcCross;
Expand Down

0 comments on commit 5650490

Please sign in to comment.