Author: eelco
Date: Thu Feb 24 11:59:30 2011
New Revision: 26088
URL: https://svn.nixos.org/websvn/nix/?rev=26088&sc=1
Log:
* libvirt updated to 0.8.8.
Modified:
nixpkgs/trunk/pkgs/development/libraries/libvirt/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/libvirt/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/libvirt/default.nix Thu Feb
24 11:40:36 2011 (r26087)
+++ nixpkgs/trunk/pkgs/development/libraries/libvirt/default.nix Thu Feb
24 11:59:30 2011 (r26088)
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl, python }:
-let version = "0.8.3"; in
+let version = "0.8.8"; in
stdenv.mkDerivation {
name = "libvirt-${version}";
src = fetchurl {
url = "http://libvirt.org/sources/libvirt-${version}.tar.gz";
- sha256 = "07vsk4g1nxvxc8yr6cdvwp9kvwgm2g7lh6aaggfkxb2775n87q9m";
+ sha256 = "04z1757qpi3ssnjv5h2qnw1sds2m50yxk67cbdam6w4i50vyl2h3";
};
buildInputs = [ libxml2 gnutls devicemapper perl python ];
@@ -21,5 +21,6 @@
homepage = http://libvirt.org/;
description = "A toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes).";
license = "LGPLv2+";
+ platforms = stdenv.lib.platforms.linux;
};
}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits