guix/gnu/build
Mathieu Othacehe abf0880a67
vm: Add missing module.
* gnu/build/vm.scm (define-module): Use module (guix build syscalls).

It fixes the following warnings during guix build :

gnu/build/vm.scm:233:3: warning: possibly unbound variable `mount'
gnu/build/vm.scm:238:3: warning: possibly unbound variable `umount'
gnu/build/vm.scm:268:8: warning: possibly unbound variable `mount'
gnu/build/vm.scm:276:8: warning: possibly unbound variable `umount'
gnu/build/vm.scm:315:4: warning: possibly unbound variable `mount'
gnu/build/vm.scm:323:4: warning: possibly unbound variable `umount'

This was not possible until the previous commit because we had to be sure
that Guile core implementation of 'mount' and 'umount' was used in
initrd context.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-07 23:30:39 +02:00
..
activation.scm Merge branch 'master' into core-updates 2017-02-10 17:40:25 +01:00
cross-toolchain.scm
file-systems.scm file-systems: Add FAT32 support. 2017-03-01 17:27:49 +01:00
install.scm pack: Add '--symlink'. 2017-03-14 17:57:27 +01:00
linux-boot.scm
linux-container.scm linux-container: Add 'container-excursion*'. 2017-02-07 00:08:10 +01:00
linux-initrd.scm
linux-modules.scm
marionette.scm
shepherd.scm Add (gnu build shepherd). 2017-02-07 00:08:11 +01:00
svg.scm
vm.scm vm: Add missing module. 2017-04-07 23:30:39 +02:00