Commit 87e5b5c3 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

julia03: add i686-linux to platforms

parent 32b9ac51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,6 +149,6 @@ stdenv.mkDerivation rec {
    homepage = "http://julialang.org/";
    license = stdenv.lib.licenses.mit;
    maintainers = with stdenv.lib.maintainers; [ raskin ttuegel ];
    platforms = [ "x86_64-linux" "x86_64-darwin" ];
    platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
  };
}