Skip to content

Commit

Permalink
julia_16-bin: 1.6.3 -> 1.6.4
Browse files Browse the repository at this point in the history
Patches: JuliaLang/julia@v1.6.3...v1.6.4

Broken `tempname` tests disabled upstream, dropping workaround patch:

    JuliaLang/julia#43012

The issue itself however, persists:

    JuliaLang/julia#35785
  • Loading branch information
Pontus Stenetorp authored and mkg20001 committed Nov 29, 2021
1 parent d3cfaef commit ed25420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/compilers/julia/1.6-bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "julia-bin";
version = "1.6.3";
version = "1.6.4";

src = {
x86_64-linux = fetchurl {
url = "https://julialang-s3.julialang.org/bin/linux/x64/${lib.versions.majorMinor version}/julia-${version}-linux-x86_64.tar.gz";
sha256 = "0jrijj9snfx70692z2301rjassvwjcsjbxdsjyif9hyp9hrrqif7";
sha256 = "0ci1dd8g1pgpp6j1v971zg8xpw120hdjblf9zcyhgs4pfvj4l92j";
};
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

Expand All @@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
'';
patches = [
# Source release Nix patch(es) relevant for binary releases as well.
./patches/1.6-bin/0002-nix-Skip-tempname-test-broken-in-sandbox.patch
./patches/1.6-bin/0005-nix-Enable-parallel-unit-tests-for-sandbox.patch
];
postPatch = ''
Expand Down

This file was deleted.

0 comments on commit ed25420

Please sign in to comment.