Setting me as maintainer of qemu, and telling hydra to build it (heavy package)

svn path=/nixpkgs/trunk/; revision=24861
This commit is contained in:
Lluís Batlle i Rossell 2010-11-25 22:01:24 +00:00
parent 4018d18e96
commit b44c4a88e8

View file

@ -12,5 +12,8 @@ stdenv.mkDerivation rec {
meta = {
description = "QEmu processor emulator";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}