summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-05-30 23:30:10 -0700
committerJohn Wiegley <johnw@newartisans.com>2019-05-30 23:30:10 -0700
commitf244c4fe5e3f09edd6f5cd8bb34f214f235e9b03 (patch)
tree6af908da1e8722eb38fe9c38d4eec1d8682b0841
parent1ec32bda1abf5533a341c5eb60489e70a0b23a96 (diff)
downloadnixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar.gz
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar.bz2
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar.lz
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar.xz
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.tar.zst
nixpkgs-f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03.zip
Revert "rustfmt: mark as broken on darwin"
This reverts commit c4bc3e1fe2fa8dd091225202459ba4683ba1b860, because it
is working well on my macOS 10.13 system.
-rw-r--r--pkgs/development/tools/rust/rustfmt/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix
index e1afeee3422..b37292b6afa 100644
--- a/pkgs/development/tools/rust/rustfmt/default.nix
+++ b/pkgs/development/tools/rust/rustfmt/default.nix
@@ -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;
   };
 }