Skip to content

Commit

Permalink
pkgs/qemu: add qemu_full package
Browse files Browse the repository at this point in the history
qemu_full enables samba and ceph support because otherwise enabling
them triggers recompilation of qemu package that takes a long time.
Similar options can be enabled later on. qemu_full is based on complete
qemu package, so hostCpuOnly is not enabled.
  • Loading branch information
bb2020 committed Nov 26, 2020
1 parent 892f9b6 commit f2e8426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18870,6 +18870,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.
Expand Down

0 comments on commit f2e8426

Please sign in to comment.