intltool-debian-patch - fix "error: cannot download perl-5.22.patch from any mirror"
This commit is contained in:
parent
f5b0d6d889
commit
203c8c4534
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user