Skip to content

Commit

Permalink
clangWrapSelf: fixup evaluation after #29617
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 26, 2017
1 parent 41aa302 commit 8984a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -5351,7 +5351,7 @@ with pkgs;
clangWrapSelf = build: ccWrapperFun {
cc = build;
isClang = true;
stdenv = clangStdenv;
inherit stdenvNoCC;
libc = glibc;
extraPackages = [ libcxx libcxxabi ];
nativeTools = false;
Expand Down

0 comments on commit 8984a76

Please sign in to comment.