tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
julia: does not currently build on i686-linux
Thomas Tuegel
10 years ago
54280968
1c40404c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
julia
0.3.nix
+1
-1
pkgs/development/compilers/julia/0.3.nix
···
152
152
homepage = "http://julialang.org/";
153
153
license = stdenv.lib.licenses.mit;
154
154
maintainers = with stdenv.lib.maintainers; [ raskin ttuegel ];
155
155
-
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
155
155
+
platforms = [ "x86_64-linux" "x86_64-darwin" ];
156
156
};
157
157
}