summary refs log tree commit diff
path: root/pkgs/development/tools/misc/intltool
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-10-29 20:40:49 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-10-29 20:42:18 +0200
commit80d956caf31def19789f9742fad168f781eb6109 (patch)
tree953a6a0dcc1db83ed6761fa993a29305da45b1d3 /pkgs/development/tools/misc/intltool
parentac75b9b2632ef47020a0e9349cb92629e85166ad (diff)
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.
Diffstat (limited to 'pkgs/development/tools/misc/intltool')
-rw-r--r--pkgs/development/tools/misc/intltool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/intltool/default.nix b/pkgs/development/tools/misc/intltool/default.nix
index e59e4c23776db..3c5dacb6f65e8 100644
--- a/pkgs/development/tools/misc/intltool/default.nix
+++ b/pkgs/development/tools/misc/intltool/default.nix
@@ -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";
   })];