From a69f61df21986cbc94ad4616477477741816483d Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Mon, 13 Aug 2018 16:05:53 +0200 Subject: siege: build on all Unix Confirmed to work on Darwin --- pkgs/tools/networking/siege/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/networking/siege/default.nix b/pkgs/tools/networking/siege/default.nix index cac3e3e6361..a0a65997414 100644 --- a/pkgs/tools/networking/siege/default.nix +++ b/pkgs/tools/networking/siege/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "HTTP load tester"; maintainers = with maintainers; [ ocharles raskin ]; - platforms = platforms.linux; + platforms = platforms.unix; license = licenses.gpl2Plus; }; } -- cgit 1.4.1