Augment (guix).
* guix.scm (%public-modules): Add 'monads' and 'gexp'.
This commit is contained in:
parent
c5df183956
commit
29decd1f36
6
guix.scm
6
guix.scm
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -26,8 +26,10 @@
|
||||||
'(base32
|
'(base32
|
||||||
build-system
|
build-system
|
||||||
derivations
|
derivations
|
||||||
ftp-client
|
|
||||||
download
|
download
|
||||||
|
ftp-client
|
||||||
|
gexp
|
||||||
|
monads
|
||||||
packages
|
packages
|
||||||
store
|
store
|
||||||
utils))
|
utils))
|
||||||
|
|
Loading…
Reference in New Issue