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:
parent
a2bd8da766
commit
4ef579143c
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue