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
+2 -1
View File
@@ -14,8 +14,9 @@ stdenv.mkDerivation rec {
installTargets = "install install-lib install-dev";
meta = {
meta = with stdenv.lib; {
homepage = http://savannah.nongnu.org/projects/attr/;
description = "Library and tools for manipulating extended attributes";
platforms = platforms.all;
};
}