diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-16 23:55:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-16 23:55:51 +0200 |
commit | 50731c51a4642e723829da7b76d1333e2a225151 (patch) | |
tree | df2d1fc585d720e23f50672f59aacaee4870ac08 /gnu/system | |
parent | e928da09c99fab6c2b9b7ed869f073bc8b03085f (diff) | |
download | gnu-guix-50731c51a4642e723829da7b76d1333e2a225151.tar gnu-guix-50731c51a4642e723829da7b76d1333e2a225151.tar.gz |
gnu: Remove QEMU-KVM, which is no longer needed.
* gnu/packages/qemu.scm (qemu-kvm): Remove.
(qemu): Incorporate parts of QEMU-KVM that used to be inherited.
(qemu-kvm/smb-shares): Rename to...
(qemu/smb-shares): ... this.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust
accordingly.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/vm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 3dae35d776..83c9c7d01a 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -44,7 +44,7 @@ #:key (linux linux-libre) (initrd qemu-initrd) - (qemu qemu-kvm/smb-shares) + (qemu qemu/smb-shares) (env-vars '()) (modules '()) (guile-for-build |