mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
libvirt-glib: do not use top-level python packages
This commit is contained in:
parent
4cac775674
commit
5ef97b39dc
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
{ 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
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygobject2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libvirt-glib-0.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue