Moved 'maintainers' attribute into the meta section of the expression.

I've also set the 'platforms' attribute to ensure that Hydra actually
builds these packages. Thanks to Lluís Batlle i Rossell for pointing out
these mistakes.

svn path=/nixpkgs/trunk/; revision=21688
This commit is contained in:
Peter Simons
2010-05-09 16:01:44 +00:00
parent 3303106e97
commit fd8c6ae43d
4 changed files with 18 additions and 17 deletions
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
SCons is an easier, more reliable and faster way to build
software.
'';
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ];
};
maintainers = [ stdenv.lib.maintainers.simons ];
}