1 { lib, buildPythonPackage, fetchgit, pkg-config, lxml, libvirt, nose }:
3 buildPythonPackage rec {
8 url = "git://libvirt.org/libvirt-python.git";
10 sha256 = "0qvr0s7yasswy1s5cvkm91iifk33pb8s7nbb38zznc46706b358r";
13 nativeBuildInputs = [ pkg-config ];
14 buildInputs = [ libvirt lxml ];
16 checkInputs = [ nose ];
26 homepage = "http://www.libvirt.org/";
27 description = "libvirt Python bindings";
28 license = licenses.lgpl2;
29 maintainers = [ maintainers.fpletz ];