Merge pull request #32571 from dtzWill/fix/clang_multi-callPackages-meta

clang_multi: fix incorrect leftover use of "callPackages"
This commit is contained in:
Orivej Desh
2017-12-12 00:56:34 +00:00
committed by GitHub

View File

@@ -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;