aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/http-prompt
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-08-18 12:53:44 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-08-18 12:53:44 +0200
commitf65aa21bb2b0a45ac671e8c9d656b1dfc88cda33 (patch)
tree98bb48130a5c464418af19f314236e112ad20c55 /pkgs/tools/networking/http-prompt
parentb8a79ac677bbc0f7b662bcc0c4fcb9df34c9f5f3 (diff)
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/networking/http-prompt')
-rw-r--r--pkgs/tools/networking/http-prompt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix
index 5200a751be4..bcaca9ef0ce 100644
--- a/pkgs/tools/networking/http-prompt/default.nix
+++ b/pkgs/tools/networking/http-prompt/default.nix
@@ -29,6 +29,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;
};
}