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:31:05 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-18 11:31:05 -0500
commit2948e85526554c5529fbc561774f6c9522580987 (patch)
tree1eab773247a8f22026b4db1ee737aba0bd3b7bcf /pkgs/development
parent5428096873b5af5088cef2e09674debaf0cb470d (diff)
downloadnixlib-2948e85526554c5529fbc561774f6c9522580987.tar
nixlib-2948e85526554c5529fbc561774f6c9522580987.tar.gz
nixlib-2948e85526554c5529fbc561774f6c9522580987.tar.bz2
nixlib-2948e85526554c5529fbc561774f6c9522580987.tar.lz
nixlib-2948e85526554c5529fbc561774f6c9522580987.tar.xz
nixlib-2948e85526554c5529fbc561774f6c9522580987.tar.zst
nixlib-2948e85526554c5529fbc561774f6c9522580987.zip
julia: re-enable tests
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/julia/0.3.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/julia/0.3.nix b/pkgs/development/compilers/julia/0.3.nix
index 48f27494e35e..70ba2b6fd061 100644
--- a/pkgs/development/compilers/julia/0.3.nix
+++ b/pkgs/development/compilers/julia/0.3.nix
@@ -143,8 +143,6 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  # Test fail on i686 (julia version 0.3.10)
-  doCheck = !stdenv.isi686;
   checkTarget = "testall";
 
   meta = {