dhcpcd: Mark working on OpenBSD

This commit is contained in:
Artemis Tosini
2025-01-06 22:09:32 -08:00
committed by Audrey Dutcher
parent 75b4842aac
commit a03a232ec6
+1 -1
View File
@@ -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";