Commit c98bca9c authored by figsoda's avatar figsoda
Browse files

python310Packages.textual: fix build on darwin

parent 2632233a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";