mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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 New Issue
Block a user