Merge branch 'staging-next' (PR #91090)

This commit is contained in:
Vladimír Čunát
2020-07-13 07:13:56 +02:00
137 changed files with 2075 additions and 1390 deletions
@@ -39,7 +39,9 @@ rustPlatform.buildRustPackage rec {
)
];
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;
# Disable tests until they can be run with --features no-self-update
doCheck = false;
#doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;
postInstall = ''
pushd $out/bin