* Add dhcpcd to the channel.

svn path=/nixpkgs/trunk/; revision=33334
This commit is contained in:
Eelco Dolstra 2012-03-21 16:48:36 +00:00
parent 26789f2e89
commit c977a57394

View File

@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
homepage = http://roy.marples.name/projects/dhcpcd;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.eelco ];
};
}