intltool: fix fetchurl invocation

This commit is contained in:
Vladimír Čunát 2021-04-01 22:49:58 +02:00
parent 10cb065706
commit d601532dfc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
# fix "unescaped left brace" errors when using intltool in some cases
patches = [(fetchpatch {
name = "perl5.26-regex-fixes.patch";
url = [
urls = [
"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"
];