rustfmt: mark as broken on darwin

This commit is contained in:
Timo Kaufmann 2019-04-23 13:22:55 +02:00
parent ac938fdea4
commit c4bc3e1fe2

View File

@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
homepage = https://github.com/rust-lang-nursery/rustfmt;
license = with licenses; [ mit asl20 ];
maintainers = [ maintainers.globin ];
broken = stdenv.isDarwin;
platforms = platforms.all;
};
}