Merge pull request #176789 from lovesegfault/python-questionary-darwin

python3Packages.questionary: not broken on darwin
This commit is contained in:
Bernardo Meurer 2022-06-07 16:14:17 -04:00 committed by GitHub
commit 6d67cd7133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Python library to build command line user prompts";
homepage = "https://github.com/tmbo/questionary";
license = with licenses; [ mit ];