remove some old versions of qemu. svn version has also been outdated, but I'm not removing that one yet

svn path=/nixpkgs/trunk/; revision=19158
This commit is contained in:
Armijn Hemel 2009-12-30 18:02:07 +00:00
parent 3fa73c9c8a
commit cd2a151621
2 changed files with 0 additions and 38 deletions

View File

@ -1,18 +0,0 @@
{stdenv, fetchurl, SDL, zlib, which}:
stdenv.mkDerivation {
name = "qemu-0.10.3";
src = fetchurl {
url = http://download.savannah.gnu.org/releases/qemu/qemu-0.10.3.tar.gz;
sha256 = "0xxhyxa376vi4drjpqq21g0h6gqgb1fxamca7zinl2l8iix0sm49";
};
patchFlags = "-p2";
buildInputs = [SDL zlib which];
meta = {
description = "QEmu processor emulator";
};
}

View File

@ -1,20 +0,0 @@
{stdenv, fetchurl, SDL, zlib, which}:
stdenv.mkDerivation {
name = "qemu-0.9.1";
src = fetchurl {
url = http://bellard.org/qemu/qemu-0.9.1.tar.gz;
sha256 = "199mb12w141yh2afzznh539jsip4h79kfsxwaj1xhzfwljsd0mj7";
};
patches = [../../../os-specific/linux/kvm/smbd-path.patch];
patchFlags = "-p2";
buildInputs = [SDL zlib which];
meta = {
description = "QEmu processor emulator";
};
}