dhcping: expand platforms to unix
This commit is contained in:
parent
84c06d2717
commit
2890ff4309
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "http://www.mavetju.org/unix/general.php";
|
homepage = "http://www.mavetju.org/unix/general.php";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user