1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

vm: Add (guix build vm) module.

* guix/build/vm.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Use it.
This commit is contained in:
Ludovic Courtès
2014-04-11 13:38:11 +02:00
parent 772d63658e
commit e1a87b904a
3 changed files with 114 additions and 55 deletions
+1
View File
@@ -69,6 +69,7 @@ MODULES = \
guix/build/pull.scm \
guix/build/rpath.scm \
guix/build/svn.scm \
guix/build/vm.scm \
guix/packages.scm \
guix/snix.scm \
guix/scripts/download.scm \