diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-04 23:41:53 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-05 00:06:47 +0200 |
commit | 7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe (patch) | |
tree | b33102eb8ca8cfb2999f0da2f3d78acf0f1b80e7 /Makefile.am | |
parent | 2ff0da025745dd4ddce45d34c89fdf39190f9104 (diff) | |
download | patches-7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe.tar patches-7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe.tar.gz |
Add (guix modules).
* guix/modules.scm, tests/modules.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (G-Expressions): Add an example of
'source-module-closure'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 165dfe9727..1a34e0d5ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ MODULES = \ guix/combinators.scm \ guix/utils.scm \ guix/sets.scm \ + guix/modules.scm \ guix/download.scm \ guix/git-download.scm \ guix/hg-download.scm \ @@ -222,6 +223,7 @@ SCM_TESTS = \ tests/pk-crypto.scm \ tests/pki.scm \ tests/sets.scm \ + tests/modules.scm \ tests/gnu-maintenance.scm \ tests/substitute.scm \ tests/builders.scm \ |