Skip to content

Commit f237eeb

Browse files
committedJun 21, 2017
moreutils: address comment on 14a320a
1 parent 5521b54 commit f237eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/misc/moreutils/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
2020

2121
propagatedBuildInputs = [ perl IPCRun TimeDate TimeDuration ];
2222

23-
buildFlags = optionalString stdenv.isDarwin "CC=clang";
23+
buildFlags = "CC=cc";
2424
installFlags = "PREFIX=$(out)";
2525

2626
postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB";

1 commit comments

Comments
 (1)

copumpkin commented on Jun 21, 2017

@copumpkin
Member

Thanks! 😄

Please sign in to comment.