Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-20 00:36:40 +00:00
committed by GitHub
93 changed files with 2835 additions and 1177 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = with perlPackages; [ perl IPCRun TimeDate TimeDuration ];
buildFlags = [ "CC=cc" ];
buildFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''