guix/gnu
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
..
build vm: Add missing module. 2017-04-07 23:30:39 +02:00
packages gnu: dovecot-trees: Update to 2.1.0. 2017-04-07 23:30:38 +02:00
services services: cuirass: Wait for networking. 2017-04-05 00:53:03 +02:00
system system: grub: Don't attempt to load non-EFI modules on EFI. 2017-03-25 22:50:24 +01:00
tests tests: Add GNU dicod test. 2017-04-01 00:45:18 +02:00
artwork.scm
local.mk gnu: qemu: Update to 2.8.1 [security fixes]. 2017-04-07 00:53:02 -04:00
packages.scm
services.scm
system.scm
tests.scm tests: Introduce 'simple-operating-system' and use it. 2017-04-01 00:45:18 +02:00