libvirtd: pass proper paths to qemu helpers
This commit is contained in:
parent
201d739b0f
commit
38798eefc7
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ in stdenv.mkDerivation rec {
|
|||
"--with-esx"
|
||||
"--with-remote"
|
||||
] ++ optionals stdenv.isLinux [
|
||||
"QEMU_BRIDGE_HELPER=/run/wrappers/bin/qemu-bridge-helper"
|
||||
"QEMU_PR_HELPER=/run/libvirt/nix-helpers/qemu-pr-helper"
|
||||
"--with-attr"
|
||||
"--with-apparmor"
|
||||
"--with-secdriver-apparmor"
|
||||
|
|
Loading…
Reference in a new issue