We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5521b54 commit f237eebCopy full SHA for f237eeb
pkgs/tools/misc/moreutils/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
20
21
propagatedBuildInputs = [ perl IPCRun TimeDate TimeDuration ];
22
23
- buildFlags = optionalString stdenv.isDarwin "CC=clang";
+ buildFlags = "CC=cc";
24
installFlags = "PREFIX=$(out)";
25
26
postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB";
Thanks! 😄
1 commit comments
copumpkin commentedon Jun 21, 2017
Thanks! 😄