Merge pull request #66743 from c089/patch-1

http-prompt: Allow installation on Mac OS
This commit is contained in:
Marek Mahut 2019-08-17 23:53:51 +02:00 committed by GitHub
commit 37c22b49f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
};
}