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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user