dhcping: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-18 22:22:54 +07:00
parent 84c06d2717
commit 2890ff4309

View file

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