mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
libvirt: add python to deps so python bindings are built
svn path=/nixpkgs/trunk/; revision=23125
This commit is contained in:
parent
53d79f6f9c
commit
c441b771f4
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl }:
|
||||
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl, python }:
|
||||
|
||||
let version = "0.8.3"; in
|
||||
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "07vsk4g1nxvxc8yr6cdvwp9kvwgm2g7lh6aaggfkxb2775n87q9m";
|
||||
};
|
||||
|
||||
buildInputs = [ libxml2 gnutls devicemapper perl ];
|
||||
buildInputs = [ libxml2 gnutls devicemapper perl python ];
|
||||
|
||||
# xen currently disabled in nixpkgs
|
||||
configureFlags = ''
|
||||
|
Loading…
Reference in New Issue
Block a user