From 203c8c4534c166406dac460f1b01c410a4159ffb Mon Sep 17 00:00:00 2001 From: Sander Hollaar Date: Thu, 7 Jun 2018 06:01:02 +0200 Subject: [PATCH] intltool-debian-patch - fix "error: cannot download perl-5.22.patch from any mirror" --- pkgs/development/tools/misc/intltool/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/misc/intltool/default.nix b/pkgs/development/tools/misc/intltool/default.nix index cb64bd602b79..67180b08f026 100644 --- a/pkgs/development/tools/misc/intltool/default.nix +++ b/pkgs/development/tools/misc/intltool/default.nix @@ -11,10 +11,10 @@ stdenv.mkDerivation rec { # fix "unescaped left brace" errors when using intltool in some cases patches = [(fetchpatch { - name = "perl-5.22.patch"; - url = "https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/intltool" - + "/debian/patches/perl5.22-regex-fixes?revision=47258&view=co&pathrev=47258"; - sha256 = "17clqczb9fky7hp8czxa0fy82b5478irvz4f3fnans3sqxl95hx3"; + name = "perl5.26-regex-fixes.patch"; + url = "https://sources.debian.org/data/main/i/intltool/0.51.0-5" + + "/debian/patches/perl5.26-regex-fixes.patch"; + sha256 = "12q2140867r5d0dysly72khi7b0mm2gd7nlm1k81iyg7fxgnyz45"; })]; propagatedBuildInputs = [ gettext perl perlXMLParser ];