civodul pushed a commit to branch master
in repository guix.
commit 201f2c87693f0f26bb8d00dedc49060d5da43e1f
Author: Ludovic Courtès <[email protected]>
Date: Tue May 29 18:26:09 2018 +0200
vm: Remove unneeded dependency on Guile-JSON.
Fixes <https://bugs.gnu.org/31581>.
Reported by Leo Famulari <[email protected]>.
* gnu/system/vm.scm: Remove unneeded (guix docker) import.
---
gnu/system/vm.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4cffc71..cf730d1 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -23,7 +23,6 @@
(define-module (gnu system vm)
#:use-module (guix config)
- #:use-module (guix docker)
#:use-module (guix store)
#:use-module (guix gexp)
#:use-module (guix derivations)