mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #41611 from ookhoi/intltool-debian-patch
intltool-debian-patch - fix "error: cannot download perl-5.22.patch f…
This commit is contained in:
commit
eceff79fb6
1 changed files with 4 additions and 4 deletions
|
@ -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 a new issue