From 5428096873b5af5088cef2e09674debaf0cb470d Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 18 Sep 2015 11:30:02 -0500 Subject: [PATCH] julia: does not currently build on i686-linux --- pkgs/development/compilers/julia/0.3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/julia/0.3.nix b/pkgs/development/compilers/julia/0.3.nix index 7d789362e47..48f27494e35 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" ]; }; }