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;
|
homepage = https://github.com/rust-lang-nursery/rustfmt;
|
||||||
license = with licenses; [ mit asl20 ];
|
license = with licenses; [ mit asl20 ];
|
||||||
maintainers = [ maintainers.globin ];
|
maintainers = [ maintainers.globin ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user