summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorf--t <2817965+f--t@users.noreply.github.com>2018-10-21 23:57:44 -0700
committerMichael Raskin <7c6f434c@mail.ru>2018-10-22 06:57:43 +0000
commitc7c3396e69834d621c9ddd9f0c698e61767a964c (patch)
treee6ba728471d5f6bad1a9a78a62e6e517eba53189 /pkgs/development/compilers
parent98d4e4214525a368b4bd31587f8932b6dd049ada (diff)
downloadnixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar.gz
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar.bz2
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar.lz
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar.xz
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.tar.zst
nixlib-c7c3396e69834d621c9ddd9f0c698e61767a964c.zip
julia: 1.0.0 -> 1.0.1 (#48191)
* julia: removed the failing tests
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/julia/shared.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/julia/shared.nix b/pkgs/development/compilers/julia/shared.nix
index e07c2c04b92d..70ff40cd7ec5 100644
--- a/pkgs/development/compilers/julia/shared.nix
+++ b/pkgs/development/compilers/julia/shared.nix
@@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
       touch test/$i.jl
     done
     rm stdlib/Sockets/test/runtests.jl && touch stdlib/Sockets/test/runtests.jl
+    rm stdlib/Distributed/test/runtests.jl && touch stdlib/Distributed/test/runtests.jl
     sed -e 's/Invalid Content-Type:/invalid Content-Type:/g' -i ./stdlib/LibGit2/test/libgit2.jl
     sed -e 's/Failed to resolve /failed to resolve /g' -i ./stdlib/LibGit2/test/libgit2.jl
   '';