1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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.
This commit is contained in:
Ludovic Courtès
2018-05-29 18:26:09 +02:00
parent 7c1445f86a
commit 201f2c8769

View File

@@ -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)