Revert "rustfmt: mark as broken on darwin"

This reverts commit c4bc3e1fe2fa8dd091225202459ba4683ba1b860, because it
is working well on my macOS 10.13 system.
This commit is contained in:
John Wiegley 2019-05-30 23:30:10 -07:00
parent 1ec32bda1a
commit f244c4fe5e
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

@ -29,7 +29,6 @@ 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;
};
}