qemu: 2.2.2 -> 2.3.0

This commit is contained in:
William A. Kennington III
2015-05-20 18:30:22 -07:00
parent d6c6253be0
commit 19c259161b
7 changed files with 236 additions and 55 deletions
+3 -3
View File
@@ -182,11 +182,11 @@ stdenv.mkDerivation {
passthru = { inherit libdrm version driverLink; };
meta = {
meta = with stdenv.lib; {
description = "An open source implementation of OpenGL";
homepage = http://www.mesa3d.org/;
license = "bsd";
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = with stdenv.lib.maintainers; [ eduarrrd simons vcunat ];
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ eduarrrd simons vcunat ];
};
}