intltool: fix the patch URL, #19487

I hope it's without mistake now. I re-checked the download,
avoiding the binary caches where it would go usually.
This commit is contained in:
Vladimír Čunát 2016-10-29 20:40:49 +02:00
parent ac75b9b263
commit 80d956caf3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
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";
+ "/debian/patches/perl5.22-regex-fixes.patch?revision=47258&view=co";
sha256 = "17clqczb9fky7hp8czxa0fy82b5478irvz4f3fnans3sqxl95hx3";
})];