python310Packages.textual: fix build on darwin

This commit is contained in:
figsoda 2023-05-15 09:44:28 -04:00
parent 2632233a8a
commit c98bca9ca9

View File

@ -69,6 +69,8 @@ buildPythonPackage rec {
"textual"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "TUI framework for Python inspired by modern web development";
homepage = "https://github.com/Textualize/textual";