about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-18 11:30:02 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-18 11:30:02 -0500
commit5428096873b5af5088cef2e09674debaf0cb470d (patch)
tree836cf7cc46e5bdc42e6a68b9d57e16a97f880f97 /pkgs/development
parent1c40404cb2262b92dde025bfb79e4578c68a00eb (diff)
downloadnixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar.gz
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar.bz2
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar.lz
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar.xz
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.tar.zst
nixlib-5428096873b5af5088cef2e09674debaf0cb470d.zip
julia: does not currently build on i686-linux
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/julia/0.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/julia/0.3.nix b/pkgs/development/compilers/julia/0.3.nix
index 7d789362e475..48f27494e35e 100644
--- a/pkgs/development/compilers/julia/0.3.nix
+++ b/pkgs/development/compilers/julia/0.3.nix
@@ -152,6 +152,6 @@ stdenv.mkDerivation rec {
     homepage = "http://julialang.org/";
     license = stdenv.lib.licenses.mit;
     maintainers = with stdenv.lib.maintainers; [ raskin ttuegel ];
-    platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
+    platforms = [ "x86_64-linux" "x86_64-darwin" ];
   };
 }