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
commit a1471bbe85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;