3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #77582 from andir/fix-libvirtd

libvirtd: fix path to ebtables
This commit is contained in:
Franz Pletz 2020-01-13 00:29:42 +00:00 committed by GitHub
commit 5f01d21fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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