libvirtd: pass proper paths to qemu helpers
This commit is contained in:
@@ -73,6 +73,8 @@ in stdenv.mkDerivation rec {
|
|||||||
"--with-esx"
|
"--with-esx"
|
||||||
"--with-remote"
|
"--with-remote"
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ 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-attr"
|
||||||
"--with-apparmor"
|
"--with-apparmor"
|
||||||
"--with-secdriver-apparmor"
|
"--with-secdriver-apparmor"
|
||||||
|
|||||||
Reference in New Issue
Block a user