libvirt-glib: remove unused packages
This commit is contained in:
parent
0fc011ed25
commit
066bd13613
@ -1,12 +1,8 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
|
{ stdenv, fetchurl, pkgconfig, gobject-introspection, intltool, vala
|
||||||
, nettle, libgcrypt, pythonPackages, gobject-introspection, libcap_ng, numactl
|
, libcap_ng, libvirt, libxml2
|
||||||
, libapparmor, vala
|
|
||||||
, xenSupport ? false, xen ? null
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
inherit (pythonPackages) python pygobject2;
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "libvirt-glib-2.0.0";
|
name = "libvirt-glib-2.0.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
@ -16,15 +12,11 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "0six9ckmvlwwyavyjkgc262qkpvfqgi8rjij7cyk00bmqq8c9s4l";
|
sha256 = "0six9ckmvlwwyavyjkgc262qkpvfqgi8rjij7cyk00bmqq8c9s4l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig vala ];
|
nativeBuildInputs = [ pkgconfig intltool vala gobject-introspection ];
|
||||||
buildInputs = [
|
buildInputs = [ libcap_ng libvirt libxml2 gobject-introspection ];
|
||||||
libvirt glib libxml2 intltool libtool yajl nettle libgcrypt
|
|
||||||
python pygobject2 gobject-introspection libcap_ng numactl libapparmor
|
|
||||||
] ++ stdenv.lib.optionals xenSupport [
|
|
||||||
xen
|
|
||||||
];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library for working with virtual machines";
|
description = "Library for working with virtual machines";
|
||||||
@ -36,7 +28,7 @@ in stdenv.mkDerivation rec {
|
|||||||
- libvirt-gconfig - GObjects for manipulating libvirt XML documents
|
- libvirt-gconfig - GObjects for manipulating libvirt XML documents
|
||||||
- libvirt-gobject - GObjects for managing libvirt objects
|
- libvirt-gobject - GObjects for managing libvirt objects
|
||||||
'';
|
'';
|
||||||
homepage = http://libvirt.org/;
|
homepage = https://libvirt.org/;
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user