about summary refs log tree commit diff
path: root/pkgs/applications/networking/jmeter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/jmeter')
-rw-r--r--pkgs/applications/networking/jmeter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/jmeter/default.nix b/pkgs/applications/networking/jmeter/default.nix
index 4f936f2677ec..db36c8dca617 100644
--- a/pkgs/applications/networking/jmeter/default.nix
+++ b/pkgs/applications/networking/jmeter/default.nix
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.asl20;
     maintainers = [ stdenv.lib.maintainers.garbas ];
     priority = 1;
+    platforms = stdenv.lib.platforms.unix;
   };
 }