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
@@ -79,8 +79,9 @@ in stdenv.mkDerivation rec {
find $out/bin -type f \( -name nss-config -o -delete \)
'';
meta = {
meta = with stdenv.lib; {
homepage = https://developer.mozilla.org/en-US/docs/NSS;
description = "A set of libraries for development of security-enabled client and server applications";
platforms = platforms.all;
};
}