packages: Mark the `inputs' field of <package> as thunked.
authorLudovic Courtès <ludo@gnu.org>
Thu, 24 Jan 2013 22:33:30 +0000 (23:33 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 24 Jan 2013 22:33:51 +0000 (23:33 +0100)
commitdd6b9a3790b8d545c7254dedeb81630a6fa1d66a
tree00f95730c2dde207e545a2b892731eec88de8c29
parent3b9c00208868a75e6b77445fcd33d82536448bb2
packages: Mark the `inputs' field of <package> as thunked.

* guix/packages.scm (<package>)[inputs]: Mark as thunked.
  (package-derivation)[expand-input]: Remove case where the input is a
  procedure.
* tests/packages.scm ("trivial with system-dependent input"): Remove
  `lambda', and use (%current-system).
* gnu/packages/bootstrap.scm (package-from-tarball): Likewise for `inputs'.
  (%bootstrap-glibc, %bootstrap-gcc): Likewise.
* gnu/packages/scheme.scm (mit-scheme): Likewise.
gnu/packages/bootstrap.scm
gnu/packages/scheme.scm
guix/packages.scm
tests/packages.scm