libvirtd: pass proper paths to qemu helpers

This commit is contained in:
Peter Hoeg 2019-01-02 21:35:38 +08:00
parent 201d739b0f
commit 38798eefc7

View file

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