about summary refs log tree commit diff
path: root/pkgs/development/libraries/enet
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-01 12:37:47 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-01 12:37:47 +0300
commit28bd8ba1fa7f63098c126c671217146c6ab881a6 (patch)
treef28a60a02e51b93dc2c59f5aaaccdc712e641613 /pkgs/development/libraries/enet
parent3a52c5fa7d059ff75b3f56a817832e84f2c96e04 (diff)
enet: add platforms
Diffstat (limited to 'pkgs/development/libraries/enet')
-rw-r--r--pkgs/development/libraries/enet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/enet/default.nix b/pkgs/development/libraries/enet/default.nix
index 0d5bd8347870f..4c3d67b8f3140 100644
--- a/pkgs/development/libraries/enet/default.nix
+++ b/pkgs/development/libraries/enet/default.nix
@@ -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;
   };
 }