Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-07-30 18:28:15 +02:00
180 changed files with 1011 additions and 920 deletions

View File

@@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
--target ${target} \
-Dhost_arch=${host} \
-Duse_system_zlib=1 \
--enable-libpkix \
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}