File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
6868 meta = with lib ; {
6969 description = "Client for the Dynamic Host Configuration Protocol (DHCP)" ;
7070 homepage = "https://roy.marples.name/projects/dhcpcd" ;
71- platforms = platforms . linux ++ platforms . freebsd ;
71+ platforms = platforms . linux ++ platforms . freebsd ++ platforms . openbsd ;
7272 license = licenses . bsd2 ;
7373 maintainers = [ ] ;
7474 mainProgram = "dhcpcd" ;
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
4343 homepage = "https://roy.marples.name/projects/openresolv" ;
4444 license = lib . licenses . bsd2 ;
4545 maintainers = [ ] ;
46- platforms = lib . platforms . linux ++ lib . platforms . freebsd ;
46+ platforms = lib . platforms . unix ;
4747 } ;
4848}
You can’t perform that action at this time.
0 commit comments