clangWrapSelf: fixup evaluation after

This commit is contained in:
Vladimír Čunát 2017-09-26 22:52:14 +02:00
parent 41aa302727
commit 8984a76123
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions
pkgs/top-level

View File

@ -5351,7 +5351,7 @@ with pkgs;
clangWrapSelf = build: ccWrapperFun {
cc = build;
isClang = true;
stdenv = clangStdenv;
inherit stdenvNoCC;
libc = glibc;
extraPackages = [ libcxx libcxxabi ];
nativeTools = false;