Loading pkgs/development/python-modules/blessed/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -41,6 +42,11 @@ buildPythonPackage { rm tox.ini ''; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ # Fail with several AssertionError "tests/test_sixel.py" ]; meta = { homepage = "https://github.com/jquast/blessed"; description = "Thin, practical wrapper around terminal capabilities in Python"; Loading Loading
pkgs/development/python-modules/blessed/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, flit-core, Loading Loading @@ -41,6 +42,11 @@ buildPythonPackage { rm tox.ini ''; disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [ # Fail with several AssertionError "tests/test_sixel.py" ]; meta = { homepage = "https://github.com/jquast/blessed"; description = "Thin, practical wrapper around terminal capabilities in Python"; Loading