From c4bc3e1fe2fa8dd091225202459ba4683ba1b860 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Tue, 23 Apr 2019 13:22:55 +0200 Subject: [PATCH] rustfmt: mark as broken on darwin --- pkgs/development/tools/rust/rustfmt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix index b37292b6afa..e1afeee3422 100644 --- a/pkgs/development/tools/rust/rustfmt/default.nix +++ b/pkgs/development/tools/rust/rustfmt/default.nix @@ -29,6 +29,7 @@ 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; }; }