summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-07-14 11:47:18 +0200
committerGabriel Ebner <gebner@gebner.org>2016-07-14 12:10:09 +0200
commit40d5284cc27672b9879df4406f9938268d9cdcb6 (patch)
tree9163d916aa9499d12d2dc34050c292fba5120be0 /pkgs/development/tools/rust
parent457a42881347871570194e6ec0974717abc0666b (diff)
downloadnixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar.gz
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar.bz2
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar.lz
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar.xz
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.tar.zst
nixlib-40d5284cc27672b9879df4406f9938268d9cdcb6.zip
rustfmt: add meta.platforms
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/rustfmt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/rust/rustfmt/default.nix b/pkgs/development/tools/rust/rustfmt/default.nix
index 0fad7290df37..5e661a8afb8f 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;
   };
 }