mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Revert "rustfmt: mark as broken on darwin"
This reverts commit c4bc3e1fe2
, because it
is working well on my macOS 10.13 system.
This commit is contained in:
parent
1ec32bda1a
commit
f244c4fe5e
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user