* Add dhcpcd to the channel.
svn path=/nixpkgs/trunk/; revision=33334
This commit is contained in:
parent
26789f2e89
commit
c977a57394
@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
||||||
homepage = http://roy.marples.name/projects/dhcpcd;
|
homepage = http://roy.marples.name/projects/dhcpcd;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user