Update the (guix) module.

* guix.scm (%public-modules): Update list of current second-level
  modules.
This commit is contained in:
Ludovic Courtès 2012-10-06 01:24:46 +02:00
parent 14da91e2f0
commit 58ddf10ea3
1 changed files with 9 additions and 2 deletions

View File

@ -23,8 +23,15 @@
(eval-when (eval load compile)
(begin
(define %public-modules
'(store
derivations))
'(build-system
derivations
ftp-client
ftp
http
packages
snix
store
utils))
(for-each (let ((i (module-public-interface (current-module))))
(lambda (m)