libvirt-glib: do not use top-level python packages
This commit is contained in:
parent
4cac775674
commit
5ef97b39dc
@ -1,9 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
|
{ stdenv, fetchurl, pkgconfig, libvirt, glib, libxml2, intltool, libtool, yajl
|
||||||
, nettle, libgcrypt, python, pygobject2, gobjectIntrospection, libcap_ng, numactl
|
, nettle, libgcrypt, pythonPackages, gobjectIntrospection, libcap_ng, numactl
|
||||||
, xen
|
, xen
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python pygobject2;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
name = "libvirt-glib-0.2.3";
|
name = "libvirt-glib-0.2.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user