Revert "qemu: 2.2.2 -> 2.3.0"

This reverts commit 19c259161b.
This commit is contained in:
Eelco Dolstra
2015-06-01 20:55:53 +02:00
parent 3096d03435
commit 98a4eabd99
7 changed files with 55 additions and 226 deletions

View File

@@ -182,11 +182,11 @@ stdenv.mkDerivation {
passthru = { inherit libdrm version driverLink; };
meta = with stdenv.lib; {
meta = {
description = "An open source implementation of OpenGL";
homepage = http://www.mesa3d.org/;
license = "bsd";
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ eduarrrd simons vcunat ];
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = with stdenv.lib.maintainers; [ eduarrrd simons vcunat ];
};
}