diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-18 16:36:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-18 16:37:18 +0200 |
commit | 5fa46ca96da90ec19e32cc4d726f099d0979d60b (patch) | |
tree | f7fb034ef06caa38e1ea5fef3d33ddb2a9c825ff /gnu/system/vm.scm | |
parent | b72e27c84284acff043c3a04dc43ce72fc840ca8 (diff) |
Revert "vm: Autoload (gnu build vm)."
This reverts commit a67c00f4f7ee0a70fce14a7e1907cce332c85813 in an
attempt to fix <http://issues.guix.gnu.org/48496>.
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r-- | gnu/system/vm.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 6d368f54c1..f3bccec989 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -35,7 +35,8 @@ #:use-module (guix base32) #:use-module ((guix self) #:select (make-config.scm)) - #:autoload (gnu build vm) (qemu-command) + #:use-module ((gnu build vm) + #:select (qemu-command)) #:use-module (gnu packages base) #:use-module (gnu packages bootloaders) #:use-module (gnu packages cdrom) |