rustfmt: mark as broken on darwin
This commit is contained in:
parent
ac938fdea4
commit
c4bc3e1fe2
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user