diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-24 18:37:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-26 18:44:16 -0400 |
commit | a19da40630138acea7169491a6926e00cf7d301b (patch) | |
tree | 9e40a7dac26b061d511b76376a76bf93c66a1996 /gnu/packages/web.scm | |
parent | c4a667bfa5ebdef494e0b1703f9bc5882873d954 (diff) |
gnu: perl-www-curl: Fix build failure.
* gnu/packages/patches/perl-www-curl-remove-symbol.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (perl-www-curl)[source]: Use it.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cabf1e6b49..60f1f736cd 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3053,6 +3053,7 @@ RFC 6570.") (uri (string-append "mirror://cpan/authors/id/S/SZ/SZBALINT/WWW-Curl-" version".tar.gz")) + (patches (search-patches "perl-www-curl-remove-symbol.patch")) (sha256 (base32 "1fmp9aib1kaps9vhs4dwxn7b15kgnlz9f714bxvqsd1j1q8spzsj")))) |