Merge pull request #66743 from c089/patch-1
http-prompt: Allow installation on Mac OS
This commit is contained in:
commit
37c22b49f5
@ -30,6 +30,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
homepage = https://github.com/eliangcs/http-prompt;
|
homepage = https://github.com/eliangcs/http-prompt;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ matthiasbeyer ];
|
maintainers = with maintainers; [ matthiasbeyer ];
|
||||||
platforms = platforms.linux; # can only test on linux
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user