Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-01-10 23:24:57 +01:00
298 changed files with 746 additions and 415 deletions

View File

@@ -102,7 +102,7 @@ See the `zlib` example:
echo "================= /testing zlib using node ================="
'';
postPatch = pkgs.stdenv.lib.optionalString pkgs.stdenv.isDarwin ''
postPatch = pkgs.lib.optionalString pkgs.stdenv.isDarwin ''
substituteInPlace configure \
--replace '/usr/bin/libtool' 'ar' \
--replace 'AR="libtool"' 'AR="ar"' \