Merge pull request #32571 from dtzWill/fix/clang_multi-callPackages-meta
clang_multi: fix incorrect leftover use of "callPackages"
This commit is contained in:
commit
a1471bbe85
|
@ -5597,7 +5597,7 @@ with pkgs;
|
|||
|
||||
wrapClangMulti = clang:
|
||||
if system == "x86_64-linux" then
|
||||
callPackages ../development/compilers/llvm/multi.nix {
|
||||
callPackage ../development/compilers/llvm/multi.nix {
|
||||
inherit clang;
|
||||
gcc32 = pkgsi686Linux.gcc;
|
||||
gcc64 = pkgs.gcc;
|
||||
|
|
Loading…
Reference in New Issue