dhcpcd: Mark working on OpenBSD
This commit is contained in:
committed by
Audrey Dutcher
parent
75b4842aac
commit
a03a232ec6
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Client for the Dynamic Host Configuration Protocol (DHCP)";
|
||||
homepage = "https://roy.marples.name/projects/dhcpcd";
|
||||
platforms = platforms.linux ++ platforms.freebsd;
|
||||
platforms = platforms.linux ++ platforms.freebsd ++ platforms.openbsd;
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ ];
|
||||
mainProgram = "dhcpcd";
|
||||
|
||||
Reference in New Issue
Block a user