nushell: mark tests broken on darwin

This commit is contained in:
happysalada 2021-05-10 09:45:56 +09:00 committed by Raphael Megzari
parent a931f70824
commit 4d8dd0afd2

View file

@ -38,6 +38,11 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
# TODO investigate why tests are broken on darwin
# failures show that tests try to write to paths
# outside of TMPDIR
doCheck = ! stdenv.isDarwin;
checkPhase = ''
runHook preCheck
echo "Running cargo test"