Commit 82a6dde6 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

julia03: add i686-linux to platforms

(cherry picked from 87e5b5c3)
parent dbb484f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,6 +138,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" ];
  };
}