libvmi: Remove unnecessary dependencies
This commit is contained in:
parent
c5dff34ae1
commit
e6d5e95647
@ -1,11 +1,6 @@
|
|||||||
{ stdenv,
|
{ stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
which,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
autoconf,
|
|
||||||
automake,
|
|
||||||
libtool,
|
|
||||||
yacc,
|
|
||||||
bison,
|
bison,
|
||||||
flex,
|
flex,
|
||||||
glib,
|
glib,
|
||||||
@ -28,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0wbi2nasb1gbci6cq23g6kq7i10rwi1y7r44rl03icr5prqjpdyv";
|
sha256 = "0wbi2nasb1gbci6cq23g6kq7i10rwi1y7r44rl03icr5prqjpdyv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib which libvirt json_c ] ++ (optional xenSupport xen);
|
buildInputs = [ glib libvirt json_c ] ++ (optional xenSupport xen);
|
||||||
nativeBuildInputs = [ autoreconfHook yacc bison flex libtool autoconf automake pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook bison flex pkgconfig ];
|
||||||
|
|
||||||
configureFlags = optional (!xenSupport) "--disable-xen";
|
configureFlags = optional (!xenSupport) "--disable-xen";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user