From 40d5284cc27672b9879df4406f9938268d9cdcb6 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 14 Jul 2016 11:47:18 +0200 Subject: [PATCH] rustfmt: add meta.platforms --- 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 0fad7290df3..5e661a8afb8 100644 --- a/pkgs/development/tools/rust/rustfmt/default.nix +++ b/pkgs/development/tools/rust/rustfmt/default.nix @@ -20,5 +20,6 @@ buildRustPackage rec { homepage = https://github.com/nrc/rustfmt; license = with licenses; [ mit asl20 ]; maintainers = [ maintainers.globin ]; + platforms = platforms.all; }; }