about summary refs log tree commit diff
path: root/pkgs/tools/networking/httperf/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-18 22:23:20 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-18 23:02:06 +0700
commitd93c9d488018049e12a8ba35131834c67dc2671f (patch)
tree37cb2a36d5fc44aab592c262e9e0b59542588e1e /pkgs/tools/networking/httperf/default.nix
parent2890ff43091dafb9f1377035486830939284e23d (diff)
httperf: expand platforms to all
Diffstat (limited to 'pkgs/tools/networking/httperf/default.nix')
-rw-r--r--pkgs/tools/networking/httperf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/httperf/default.nix b/pkgs/tools/networking/httperf/default.nix
index f5c888dc4bb6a..ea567f10d4881 100644
--- a/pkgs/tools/networking/httperf/default.nix
+++ b/pkgs/tools/networking/httperf/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/httperf/httperf";
     maintainers = with maintainers; [ nand0p ];
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = platforms.all;
   };
 
 }