* QEMU/KVM 1.0.1. Will make this the default if it looks stable.
svn path=/nixpkgs/trunk/; revision=33847
This commit is contained in:
parent
4b414f89ed
commit
f92ee1a13d
@ -3,16 +3,18 @@
|
|||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
let version = "1.0"; in
|
let version = "1.0.1"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qemu-kvm-${version}";
|
name = "qemu-kvm-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/kvm/qemu-kvm/${version}/${name}.tar.gz";
|
url = "mirror://sourceforge/kvm/qemu-kvm/${version}/${name}.tar.gz";
|
||||||
sha256 = "0vhigv9r9yrhph4wc4mhg99a683iwf121kjigqzg92x2l3ayl4dp";
|
sha256 = "0kxzwaw8h71mqcm46angpyx8gd58ascrxnr861k068xg89ix5g2p";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./smb-tmpdir.patch ./qemu-img-fix-corrupt-vdi.patch ];
|
patches = [ ./smb-tmpdir.patch ./qemu-img-fix-corrupt-vdi.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
'' for i in $(find kvm -type f)
|
'' for i in $(find kvm -type f)
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user