Andy Wingo <wi...@pobox.com> writes: > wingo pushed a commit to branch master > in repository guix. > > commit f8ae32a26a5f41466f5c7792261fdf2e78d1d35f > Author: Andy Wingo <wi...@igalia.com> > Date: Tue Nov 3 15:46:44 2015 +0100 > > gnu: Add esmtp.
[...] > + (inputs > + `("libesmtp" ,libesmtp)) This 'inputs' field was missing a pair of parentheses. Fixed in 718c5dd6e1. Please always test before pushing. Thanks, Mark