From f244c4fe5e3f09edd6f5cd8bb34f214f235e9b03 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 30 May 2019 23:30:10 -0700 Subject: [PATCH] Revert "rustfmt: mark as broken on darwin" This reverts commit c4bc3e1fe2fa8dd091225202459ba4683ba1b860, because it is working well on my macOS 10.13 system. --- pkgs/development/tools/rust/rustfmt/default.nix | 1 - 1 file changed, 1 deletion(-) 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; }; }