tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
intltool: fix fetchurl invocation
Vladimír Čunát
4 years ago
d601532d
10cb0657
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
intltool
default.nix
+1
-1
pkgs/development/tools/misc/intltool/default.nix
···
12
12
# fix "unescaped left brace" errors when using intltool in some cases
13
13
patches = [(fetchpatch {
14
14
name = "perl5.26-regex-fixes.patch";
15
15
-
url = [
15
15
+
urls = [
16
16
"https://sources.debian.org/data/main/i/intltool/0.51.0-5/debian/patches/perl5.26-regex-fixes.patch"
17
17
"https://src.fedoraproject.org/rpms/intltool/raw/d8d2ef29fb122a42a6b6678eb1ec97ae56902af2/f/intltool-perl5.26-regex-fixes.patch"
18
18
];