mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
lxd: also needs ebtables
This commit is contained in:
parent
57bccb3cb8
commit
6eb81b805b
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{ stdenv, lib, pkgconfig, lxc, buildGoPackage, fetchurl
|
||||
, makeWrapper, acl, rsync, gnutar, xz, btrfs-progs, gzip, dnsmasq, squashfsTools, iproute, iptables
|
||||
, makeWrapper, acl, rsync, gnutar, xz, btrfs-progs, gzip, dnsmasq
|
||||
, squashfsTools, iproute, iptables, ebtables
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
|
@ -26,7 +27,7 @@ buildGoPackage rec {
|
|||
rm $bin/bin/{deps,macaroon-identity}
|
||||
|
||||
wrapProgram $bin/bin/lxd --prefix PATH ":" ${stdenv.lib.makeBinPath [
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables
|
||||
acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ebtables
|
||||
]}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue