dhcping: expand platforms to unix

wip/yesman
Ben Siraphob 3 years ago
parent 84c06d2717
commit 2890ff4309
  1. 2
      pkgs/tools/networking/dhcping/default.nix

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.mavetju.org/unix/general.php";
license = licenses.bsd2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}

Loading…
Cancel
Save