diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-15 23:37:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-15 23:37:46 +0200 |
commit | 5ce3defed18c204989dceed64d3434ed9f3f1a92 (patch) | |
tree | e26ab1459ba73e9771875bbcc7c785560d3b7245 /Makefile.am | |
parent | 150e20ddde726abdfe77fa666351738cccb06281 (diff) | |
download | patches-5ce3defed18c204989dceed64d3434ed9f3f1a92.tar patches-5ce3defed18c204989dceed64d3434ed9f3f1a92.tar.gz |
system: Add (guix build install) module.
* guix/build/vm.scm (install-grub, evaluate-populate-directive,
reset-timestamps, register-closure): Move to...
* guix/build/install.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix
build install) to #:modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 20bf650c9b..a08215ef1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ MODULES = \ guix/build/rpath.scm \ guix/build/svn.scm \ guix/build/vm.scm \ + guix/build/install.scm \ guix/build/activation.scm \ guix/build/syscalls.scm \ guix/packages.scm \ |