lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

moreutils: address comment on 14a320ace869a5f1eba3b2e26441e8b62802267e

+1 -1
+1 -1
pkgs/tools/misc/moreutils/default.nix
··· 20 20 21 21 propagatedBuildInputs = [ perl IPCRun TimeDate TimeDuration ]; 22 22 23 - buildFlags = optionalString stdenv.isDarwin "CC=clang"; 23 + buildFlags = "CC=cc"; 24 24 installFlags = "PREFIX=$(out)"; 25 25 26 26 postInstall = "wrapProgram $out/bin/chronic --prefix PERL5LIB : $PERL5LIB";