Skip to content

Commit

Permalink
Merge pull request #86523 from veprbl/pr/intltools_patch_fix
Browse files Browse the repository at this point in the history
intltool: add a backup url for a patch
  • Loading branch information
veprbl committed May 22, 2020
2 parents 46b72a2 + df4c3b0 commit 288cc42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/tools/misc/intltool/default.nix
Expand Up @@ -12,8 +12,10 @@ stdenv.mkDerivation rec {
# fix "unescaped left brace" errors when using intltool in some cases
patches = [(fetchpatch {
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";
url = [
"https://sources.debian.org/data/main/i/intltool/0.51.0-5/debian/patches/perl5.26-regex-fixes.patch"
"https://src.fedoraproject.org/rpms/intltool/raw/d8d2ef29fb122a42a6b6678eb1ec97ae56902af2/f/intltool-perl5.26-regex-fixes.patch"
];
sha256 = "12q2140867r5d0dysly72khi7b0mm2gd7nlm1k81iyg7fxgnyz45";
})];

Expand Down

0 comments on commit 288cc42

Please sign in to comment.