python3Packages.questionary: not broken on darwin

This commit is contained in:
Bernardo Meurer 2022-06-07 14:23:59 -04:00
parent b29ac1db91
commit 43fa64fc98

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