forked from mirrors/nixpkgs
Merge pull request #77582 from andir/fix-libvirtd
libvirtd: fix path to ebtables
This commit is contained in:
commit
5f01d21fbb
|
@ -102,6 +102,7 @@ in stdenv.mkDerivation rec {
|
|||
] ++ optionals stdenv.isLinux [
|
||||
"QEMU_BRIDGE_HELPER=/run/wrappers/bin/qemu-bridge-helper"
|
||||
"QEMU_PR_HELPER=/run/libvirt/nix-helpers/qemu-pr-helper"
|
||||
"EBTABLES_PATH=${ebtables}/bin/ebtables-legacy"
|
||||
"--with-attr"
|
||||
"--with-apparmor"
|
||||
"--with-secdriver-apparmor"
|
||||
|
|
Loading…
Reference in a new issue