diff options
| author | pacien <pacien.trangirard@pacien.net> | 2022-02-02 18:27:33 +0100 |
|---|---|---|
| committer | pacien <pacien.trangirard@pacien.net> | 2022-02-02 20:06:18 +0100 |
| commit | 6ec8abbb7f4abd43eff07cca910ff6e2622ba0b6 (patch) | |
| tree | 1686c1d670b0a68acd46cb854b83fef3fd83b1ac | |
| parent | mastodon: 3.4.4 -> 3.4.5 (diff) | |
| download | nixpkgs-6ec8abbb7f4abd43eff07cca910ff6e2622ba0b6.tar.gz | |
mercurial: backport fix for compat with 6.1
Backported from mercurial 6.0.2 (commit hg#6d2ddea0721a).
See https://www.mercurial-scm.org/pipermail/mercurial-packaging/2022-February/000325.html
| -rw-r--r-- | pkgs/applications/version-management/mercurial/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix index eea3e7afb774..5cd573c9063f 100644 --- a/pkgs/applications/version-management/mercurial/default.nix +++ b/pkgs/applications/version-management/mercurial/default.nix @@ -20,6 +20,13 @@ let sha256 = "sha256-O0P2iXetD6dap/HlyPCoO6k1YhqyOWEpq7SY5W0b4I4="; }; + patches = [ + (fetchpatch { + url = "https://www.mercurial-scm.org/repo/hg-stable/raw-rev/6d2ddea0721a"; + sha256 = "sha256-yaD8iSCevpxKp6uCozA7vjMHvcV3al7yLJ79Qh1V+l0="; + }) + ]; + format = "other"; passthru = { inherit python; }; # pass it so that the same version can be used in hg2git |
