Adding mesa and libaio to qemu-kvm. As for libaio, I think it runs much better for IO for me.

svn path=/nixpkgs/trunk/; revision=34254
This commit is contained in:
Lluís Batlle i Rossell 2012-05-28 09:13:30 +00:00
parent 62b353e605
commit 472808c5f9

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, attr, zlib, SDL, alsaLib, pkgconfig, pciutils, libuuid, vde2
, libjpeg, libpng, ncurses, python, glib }:
, libjpeg, libpng, ncurses, python, glib, libaio, mesa }:
assert stdenv.isLinux;
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ attr zlib SDL alsaLib pkgconfig pciutils libuuid vde2 libjpeg libpng
ncurses python glib
ncurses python glib libaio mesa
];
postInstall =