diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-22 23:20:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-22 23:24:13 +0200 |
commit | c9384945984c393ef1a15efb5c07e272a27a2215 (patch) | |
tree | 090a2bb367ecb404225cb04afeaeeb6e18c11e6e /gnu-system.am | |
parent | f19c6e5fe79c8bbd3c9ea25cd0380681bd99ce13 (diff) | |
download | guix-c9384945984c393ef1a15efb5c07e272a27a2215.tar.gz |
Add (gnu) module.
* gnu.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * build-aux/hydra/demo-os.scm: Use (gnu) and strip import list accordingly. * doc/guix.texi (Using the Configuration System): Adjust example accordingly.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 84a5e939f4..314db3e536 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -22,6 +22,7 @@ # binaries. GNU_SYSTEM_MODULES = \ + gnu.scm \ gnu/packages.scm \ gnu/packages/acct.scm \ gnu/packages/acl.scm \ |