forked from mirrors/nixpkgs
libvirt: fix including libpcap
This commit is contained in:
parent
af25cc9427
commit
876a182b66
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
pkgconfig libxml2 gnutls perl python readline
|
||||
gettext libtasn1 libgcrypt yajl makeWrapper
|
||||
libxslt xhtml1 perlPackages.XMLXPath curl
|
||||
libxslt xhtml1 perlPackages.XMLXPath curl libpcap
|
||||
] ++ stdenv.lib.optionals stdenv.isLinux [
|
||||
libpciaccess devicemapper lvm2 utillinux udev libcap_ng libnl numad numactl
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
|
|
Loading…
Reference in a new issue