From d93c9d488018049e12a8ba35131834c67dc2671f Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 18 Mar 2021 22:23:20 +0700 Subject: [PATCH] httperf: expand platforms to all --- pkgs/tools/networking/httperf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/httperf/default.nix b/pkgs/tools/networking/httperf/default.nix index f5c888dc4bb..ea567f10d48 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; }; }