nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

clang multi: Fix post bintools wrapper

+4
+4
pkgs/development/compilers/llvm/multi.nix
··· 36 36 # Most of the magic is done by setting the --gcc-toolchain option below 37 37 libc = gcc_multi_sysroot; 38 38 39 + bintools = clang.bintools.override { 40 + libc = gcc_multi_sysroot; 41 + }; 42 + 39 43 extraBuildCommands = '' 40 44 sed -e '$a --gcc-toolchain=${gcc_multi_sysroot}' -i $out/nix-support/libc-cflags 41 45 '';