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

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