build-system/gnu: Distinguish between imported modules and used modules.
authorLudovic Courtès <ludo@gnu.org>
Wed, 31 Oct 2012 16:53:59 +0000 (17:53 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 31 Oct 2012 16:53:59 +0000 (17:53 +0100)
commit111111d04662bb9056c8b56d11e634dc4506ee1e
treed4dcdc473e8ad0cddefe056f703b882fc4a68ff6
parentf03da4a0086a937409d07b27b3dac3b2e60cc0d4
build-system/gnu: Distinguish between imported modules and used modules.

* guix/build-system/gnu.scm (gnu-build): Add the `imported-modules'
  keyword parameter.  Pass it to `build-expression->derivation'.
guix/build-system/gnu.scm