Merge pull request #190379 from SuperSandro2000/libvirt
libvirt: fix cross compile
This commit is contained in:
commit
88199c6df9
1 changed files with 7 additions and 3 deletions
|
@ -147,14 +147,20 @@ stdenv.mkDerivation rec {
|
|||
sed -i '/virnetdaemontest/d' tests/meson.build
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
meson # needs to be first
|
||||
|
||||
cmake
|
||||
docutils
|
||||
libxml2 # for xmllint
|
||||
libxslt # for xsltproc
|
||||
makeWrapper
|
||||
ninja
|
||||
perl
|
||||
pkg-config
|
||||
util-linux # for mount
|
||||
]
|
||||
++ optional (!isDarwin) rpcsvc-proto
|
||||
# NOTE: needed for rpcgen
|
||||
|
@ -171,8 +177,6 @@ stdenv.mkDerivation rec {
|
|||
libpcap
|
||||
libtasn1
|
||||
libxml2
|
||||
libxslt
|
||||
perl
|
||||
perlPackages.XMLXPath
|
||||
pkg-config
|
||||
python3
|
||||
|
|
Loading…
Reference in a new issue