graalvm8: use mercurial_4
Commit 88a473fc
upgraded mercurial, made it use python3, and removed
support for hg-git, breaking graalvm8. Since hg-git does not
officially support python3 or the new version of mercurial, this
patch uses mercurial_4.
Closes #76527.
This commit is contained in:
parent
de8700d42d
commit
a54461f7a1
|
@ -1,10 +1,11 @@
|
|||
{ stdenv, lib, fetchFromGitHub, fetchurl, fetchzip, fetchgit, mercurial, python27, setJavaClassPath,
|
||||
{ stdenv, lib, fetchFromGitHub, fetchurl, fetchzip, fetchgit, mercurial_4, python27, setJavaClassPath,
|
||||
zlib, makeWrapper, openjdk, unzip, git, clang, llvm, which, icu, ruby, bzip2, glibc
|
||||
# gfortran, readline, bzip2, lzma, pcre, curl, ed, tree ## WIP: fastr deps
|
||||
}:
|
||||
|
||||
let
|
||||
version = "19.1.1";
|
||||
mercurial = mercurial_4;
|
||||
truffleMake = ./truffle.make;
|
||||
makeMxGitCache = list: out: ''
|
||||
mkdir ${out}
|
||||
|
|
Loading…
Reference in New Issue