diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-05-29 18:26:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-05-29 18:29:36 +0200 |
commit | 201f2c87693f0f26bb8d00dedc49060d5da43e1f (patch) | |
tree | 3633682ce0eba48dd51d87adec2278144f3cf513 /gnu/system | |
parent | 7c1445f86ac38f83bc70464dda6be3e26da5e571 (diff) | |
download | patches-201f2c87693f0f26bb8d00dedc49060d5da43e1f.tar patches-201f2c87693f0f26bb8d00dedc49060d5da43e1f.tar.gz |
vm: Remove unneeded dependency on Guile-JSON.
Fixes <https://bugs.gnu.org/31581>.
Reported by Leo Famulari <leo@famulari.name>.
* gnu/system/vm.scm: Remove unneeded (guix docker) import.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/vm.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 4cffc71d7f..cf730d1f08 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) |