Merge pull request #94370 from bb2020/qemu
pkgs/qemu: add qemu_full package
This commit is contained in:
commit
59e73f20ad
|
@ -19664,6 +19664,7 @@ in
|
|||
prototool = callPackage ../development/tools/prototool { };
|
||||
|
||||
qemu_kvm = lowPrio (qemu.override { hostCpuOnly = true; });
|
||||
qemu_full = lowPrio (qemu.override { smbdSupport = true; cephSupport = true; });
|
||||
|
||||
# See `xenPackages` source for explanations.
|
||||
# Building with `xen` instead of `xen-slim` is possible, but makes no sense.
|
||||
|
|
Loading…
Reference in New Issue