clang_multi: fix incorrect leftover use of "callPackages"
Addresses problem identified by @orivej: https://github.com/NixOS/nixpkgs/pull/32215#issuecomment-350600045
This commit is contained in:
parent
35ccdb8632
commit
62cd4f1389
@ -5597,7 +5597,7 @@ with pkgs;
|
|||||||
|
|
||||||
wrapClangMulti = clang:
|
wrapClangMulti = clang:
|
||||||
if system == "x86_64-linux" then
|
if system == "x86_64-linux" then
|
||||||
callPackages ../development/compilers/llvm/multi.nix {
|
callPackage ../development/compilers/llvm/multi.nix {
|
||||||
inherit clang;
|
inherit clang;
|
||||||
gcc32 = pkgsi686Linux.gcc;
|
gcc32 = pkgsi686Linux.gcc;
|
||||||
gcc64 = pkgs.gcc;
|
gcc64 = pkgs.gcc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user