about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-06-07 14:23:59 -0400
committerBernardo Meurer <bernardo@meurer.org>2022-06-07 14:23:59 -0400
commit43fa64fc984ec2a8a45a75f8c21bbe09d2250687 (patch)
treec6495c4353537547270f671dea5a07e2af53b128 /pkgs/development/python-modules
parentb29ac1db9135e9068a155dafaf82203be3b5e422 (diff)
python3Packages.questionary: not broken on darwin
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/questionary/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/questionary/default.nix b/pkgs/development/python-modules/questionary/default.nix
index 5e750bbc195d5..35257708ae056 100644
--- a/pkgs/development/python-modules/questionary/default.nix
+++ b/pkgs/development/python-modules/questionary/default.nix
@@ -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 ];