mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
enet: add platforms
This commit is contained in:
parent
3a52c5fa7d
commit
28bd8ba1fa
|
@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Simple and robust network communication layer on top of UDP";
|
description = "Simple and robust network communication layer on top of UDP";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue