From 4ef579143c7938b3031aea230b04cbb90f6fe024 Mon Sep 17 00:00:00 2001 From: Christoph Neuroth Date: Sat, 17 Aug 2019 07:41:15 +0200 Subject: http-prompt: Allow installation on Mac OS The original pkg author noted that they could only test on linux. I'm running this package on Mac OS without problems. --- pkgs/tools/networking/http-prompt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/networking') diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix index 78dc52905d8..cfd4658f63f 100644 --- a/pkgs/tools/networking/http-prompt/default.nix +++ b/pkgs/tools/networking/http-prompt/default.nix @@ -30,6 +30,6 @@ pythonPackages.buildPythonApplication rec { homepage = https://github.com/eliangcs/http-prompt; license = licenses.mit; maintainers = with maintainers; [ matthiasbeyer ]; - platforms = platforms.linux; # can only test on linux + platforms = platforms.linux ++ platforms.darwin; }; } -- cgit 1.4.1