mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
enet: add platforms
This commit is contained in:
parent
3a52c5fa7d
commit
28bd8ba1fa
1 changed files with 1 additions and 0 deletions
|
@ -13,5 +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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue