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.
This commit is contained in:
Christoph Neuroth 2019-08-17 07:41:15 +02:00
parent a2bd8da766
commit 4ef579143c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}