Merge pull request #94370 from bb2020/qemu

pkgs/qemu: add qemu_full package
This commit is contained in:
Andreas Rammhold 2021-01-26 10:19:38 +01:00 committed by GitHub
commit 59e73f20ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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