Skip to content

Commit

Permalink
moreutils: address comment on 14a320a
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 21, 2017
1 parent 5521b54 commit f237eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/moreutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

propagatedBuildInputs = [ perl IPCRun TimeDate TimeDuration ];

buildFlags = optionalString stdenv.isDarwin "CC=clang";
buildFlags = "CC=cc";
installFlags = "PREFIX=$(out)";

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

1 comment on commit f237eeb

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 😄

Please sign in to comment.