aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libvirt
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-06-27 11:39:48 +0800
committerGitHub <noreply@github.com>2019-06-27 11:39:48 +0800
commit67cca52fd99815e96dc5421282529e9707d88654 (patch)
tree6364ed9fee512959e7663de1d84954227bc320cd /pkgs/development/libraries/libvirt
parentc79d8f7aaa11d095e7ff1d953838c4318ac62fa0 (diff)
parent28563ef5cb835898a6f2d69eea8d2c315dfb8258 (diff)
Merge pull request #53204 from peterhoeg/m/libvirt
libvirt: support proper networking in user session
Diffstat (limited to 'pkgs/development/libraries/libvirt')
-rw-r--r--pkgs/development/libraries/libvirt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix
index 85b8b128d208..310d24862d09 100644
--- a/pkgs/development/libraries/libvirt/default.nix
+++ b/pkgs/development/libraries/libvirt/default.nix
@@ -76,6 +76,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"