Updating qemu.
svn path=/nixpkgs/trunk/; revision=20458
This commit is contained in:
parent
012e7f196e
commit
dddd34bc4e
@ -1,18 +0,0 @@
|
|||||||
{stdenv, fetchurl, SDL, zlib, which}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "qemu-0.12.2";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://download.savannah.gnu.org/releases/qemu/qemu-0.12.2.tar.gz;
|
|
||||||
sha256 = "0hv8fs8z14miryqm81vhlwwp4gmffw11lka7945rxn6vqzpc5kmc";
|
|
||||||
};
|
|
||||||
|
|
||||||
patchFlags = "-p2";
|
|
||||||
|
|
||||||
buildInputs = [SDL zlib which];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "QEmu processor emulator";
|
|
||||||
};
|
|
||||||
}
|
|
18
pkgs/applications/virtualization/qemu/0.12.3.nix
Normal file
18
pkgs/applications/virtualization/qemu/0.12.3.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{stdenv, fetchurl, SDL, zlib, which}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "qemu-0.12.3";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://download.savannah.gnu.org/releases/qemu/${name}.tar.gz";
|
||||||
|
sha256 = "0jyyz9vm8qrjb6nzfgdwmj9y990fnk2bl9ja0sr1i555n27nzqiw";
|
||||||
|
};
|
||||||
|
|
||||||
|
patchFlags = "-p2";
|
||||||
|
|
||||||
|
buildInputs = [SDL zlib which];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "QEmu processor emulator";
|
||||||
|
};
|
||||||
|
}
|
@ -7923,7 +7923,7 @@ let
|
|||||||
inherit fetchurl stdenv pkgconfig imagemagick boost python;
|
inherit fetchurl stdenv pkgconfig imagemagick boost python;
|
||||||
};
|
};
|
||||||
|
|
||||||
qemu = import ../applications/virtualization/qemu/0.12.2.nix {
|
qemu = import ../applications/virtualization/qemu/0.12.3.nix {
|
||||||
inherit stdenv fetchurl SDL zlib which;
|
inherit stdenv fetchurl SDL zlib which;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user