1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

Merge pull request #34052 from volth/patch-86

nixos/libvirtd: add qemu-img to $PATH of the daemon
This commit is contained in:
Jörg Thalheim 2018-01-22 14:39:29 +00:00 committed by GitHub
commit e45dfded2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ in {
dmidecode
dnsmasq
ebtables
cfg.qemuPackage # libvirtd requires qemu-img to manage disk images
]
++ optional vswitch.enable vswitch.package;