summary refs log tree commit diff
path: root/pkgs/development/compilers/rustc/common.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-08 17:58:34 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-08 17:59:02 +0200
commit8a7f3c36185ddb801372b3461ff65109978ab46b (patch)
tree16add7a3bfb07c234167494755c6d9be7ba11d38 /pkgs/development/compilers/rustc/common.nix
parent66fb10ecb58f3231abfe11c27dce95dbef9ac5d4 (diff)
downloadnixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar.gz
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar.bz2
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar.lz
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar.xz
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.tar.zst
nixpkgs-8a7f3c36185ddb801372b3461ff65109978ab46b.zip
Mark a bunch of packages as broken or not supported on Darwin
Diffstat (limited to 'pkgs/development/compilers/rustc/common.nix')
-rw-r--r--pkgs/development/compilers/rustc/common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/compilers/rustc/common.nix b/pkgs/development/compilers/rustc/common.nix
index 7af19a40c79..d766f22c6ad 100644
--- a/pkgs/development/compilers/rustc/common.nix
+++ b/pkgs/development/compilers/rustc/common.nix
@@ -28,8 +28,7 @@
     description = "A safe, concurrent, practical language";
     maintainers = with maintainers; [ madjar cstrahan ];
     license = map (builtins.getAttr "shortName") [ licenses.mit licenses.asl20 ];
-    # platforms as per http://static.rust-lang.org/doc/master/tutorial.html#getting-started
-    platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
+    platforms = platforms.linux;
   };
 
   name = "rustc-${version}";