~ruther/guix-local

29decd1f368e769ac176822c0b5e0d54e056b7d2 — Ludovic Courtès 12 years ago c5df183
Augment (guix).

* guix.scm (%public-modules): Add 'monads' and 'gexp'.
1 files changed, 4 insertions(+), 2 deletions(-)

M guix.scm
M guix.scm => guix.scm +4 -2
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 26,8 26,10 @@
      '(base32
        build-system
        derivations
        ftp-client
        download
        ftp-client
        gexp
        monads
        packages
        store
        utils))