Adding meta to busybox, and setting me as maintainer, and asking hydra to build it.

svn path=/nixpkgs/trunk/; revision=33446
This commit is contained in:
Lluís Batlle i Rossell 2012-03-27 22:05:03 +00:00
parent 68b5044cc0
commit 6d23fe4501

View File

@ -64,4 +64,12 @@ stdenv.mkDerivation rec {
CONFIG_IONICE n
'' else "");
};
meta = {
description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = http://busybox.net/;
license = "GPLv2";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}