Skip to content

Commit

Permalink
Merge pull request #57820 from illegalprime/fix/tree-cross
Browse files Browse the repository at this point in the history
tree: use $CC instead of cc to build
  • Loading branch information
matthewbauer authored Mar 19, 2019
2 parents 1ca0569 + 70d56f3 commit 0bf5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/system/tree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation {
prefix=$out
MANDIR=$out/share/man/man1
${systemFlags}
CC="cc"
CC="$CC"
)
'';

Expand Down

0 comments on commit 0bf5c6a

Please sign in to comment.