Skip to content

Commit

Permalink
Merge pull request #41612 from ookhoi/18.03-intltool-debian-patch
Browse files Browse the repository at this point in the history
18.03-intltool-debian-patch - fix "error: cannot download perl-5.22.p…
  • Loading branch information
matthewbauer committed Jun 7, 2018
2 parents 4436745 + 826651f commit 59bd180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/misc/intltool/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 59bd180

Please sign in to comment.