Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-01-07 13:06:41 +01:00
457 changed files with 8208 additions and 3945 deletions

View File

@@ -35,7 +35,7 @@
, rebuildBytecode ? true
, stripBytecode ? false
, includeSiteCustomize ? true
, static ? false
, static ? stdenv.hostPlatform.isStatic
# Not using optimizations on Darwin
# configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found.
, enableOptimizations ? (!stdenv.isDarwin)