summary refs log tree commit diff
path: root/pkgs/tools/networking/weighttp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/weighttp/default.nix')
-rw-r--r--pkgs/tools/networking/weighttp/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/weighttp/default.nix b/pkgs/tools/networking/weighttp/default.nix
index cc0cc620d27..069c040f8ee 100644
--- a/pkgs/tools/networking/weighttp/default.nix
+++ b/pkgs/tools/networking/weighttp/default.nix
@@ -15,4 +15,8 @@ stdenv.mkDerivation rec {
     python waf build
     python waf install
   '';
+
+  meta = {
+    platforms = stdenv.lib.platforms.unix;
+  };
 }