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:
parent
1ec32bda1a
commit
f244c4fe5e
@ -29,7 +29,6 @@ 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