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:
parent
68b5044cc0
commit
6d23fe4501
@ -64,4 +64,12 @@ stdenv.mkDerivation rec {
|
|||||||
CONFIG_IONICE n
|
CONFIG_IONICE n
|
||||||
'' else "");
|
'' 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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user