import: cpan: Change %corelist into a promise.
authorMark H Weaver <mhw@netris.org>
Fri, 20 Feb 2015 21:20:38 +0000 (16:20 -0500)
committerMark H Weaver <mhw@netris.org>
Fri, 20 Feb 2015 21:28:05 +0000 (16:28 -0500)
commit431b28d9dc6767b4ecc14d6c7aac9d3fe56673f8
tree9a408af69ac11e0da57f676bf6c04ef21542af9e
parent2f4646b6f6028e095c3e03898df0fea4d98c1afc
import: cpan: Change %corelist into a promise.

Fixes compilation failures in 'guix pull'.

* guix/import/cpan.scm (%corelist): Change it to a promise by wrapping it with
  'delay'.
  (cpan-module->sexp): Adapt uses of %corelist by wrapping with 'force'.
guix/import/cpan.scm