On Tue, Oct 25, 2016 at 08:01:30PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > This fixes the build failure of perl-www-curl build on core-updates: > > https://hydra.gnu.org/build/1553325/nixlog/2 > > > > The patch is copied from the upstream bug tracker, but the maintainers > > don't seem to have done anything with the patch yet. > > > > What do you think? > > > > Leo Famulari (1): > > gnu: perl-www-curl: Fix build failure. > > > > gnu/local.mk | 1 + > > .../patches/perl-www-curl-remove-symbol.patch | 39 ++++++++++++++++++++++ > > gnu/packages/web.scm | 1 + > > 3 files changed, 41 insertions(+) > > create mode 100644 gnu/packages/patches/perl-www-curl-remove-symbol.patch > > I dug into the curl history and managed to find the commits[0][1] that > lead to this. Combined with the bug report[2] linked in the patch, this > seems sensible. > > Last maintainer activity on the upstream tracker was two years ago, so > we may have to carry this a while. Okay, I pushed it to core-updates. Thanks for the review!