guix-play/guix
Ludovic Courtès b272c47433 derivations: Pass the derivation of guile-for-build to `imported-files' & co.
* guix/derivations.scm (%guile-for-build): Initialize to #f.
  (imported-files, imported-modules, compiled-modules): Add `guile'
  keyword parameter.  Pass it down to `build-expression->derivation'.
  (build-expression->derivation)[guile-drv]: New variable.  Pass it as
  the #:guile parameter for `imported-modules' and `compiled-modules'.

* tests/derivations.scm: Set %GUILE-FOR-BUILD to the derivation of
  %BOOTSTRAP-GUILE.
2012-10-25 18:03:48 +02:00
..
build http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
build-system build-system/gnu: Pass the system type to the builder. 2012-10-17 23:25:25 +02:00
build-system.scm Abstract build systems. 2012-06-27 23:58:07 +02:00
derivations.scm derivations: Pass the derivation of guile-for-build to `imported-files' & co. 2012-10-25 18:03:48 +02:00
ftp-client.scm http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
ftp.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
http.scm distro: Use the bootstrap Guile for the derivation of sources. 2012-10-18 23:18:38 +02:00
packages.scm packages: Add support for system-dependent inputs. 2012-10-21 17:52:16 +02:00
store.scm store: Add `query-path-hash'. 2012-10-24 23:52:15 +02:00
utils.scm distro: Add a statically-linked, relocatable Guile 2.0 package. 2012-10-13 22:36:39 +02:00