Skip to content

Commit ab70be5

Browse files
authored
{openresolv,dhcpcd}: mark support for OpenBSD (NixOS#371601)
2 parents 0155aca + a03a232 commit ab70be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/by-name/dh/dhcpcd/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

pkgs/by-name/op/openresolv/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)