mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
enet: supports darwin
This commit is contained in:
parent
3dc8328b1f
commit
50c158dee8
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple and robust network communication layer on top of UDP";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user