Loading pkgs/development/python-modules/manimpango/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pango, cython, AppKit, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading Loading @@ -35,17 +36,15 @@ buildPythonPackage rec { cython ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; preCheck = '' rm -r manimpango ''; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov --no-cov-on-fail" "" ''; pythonImportsCheck = [ "manimpango" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/manimpango/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pango, cython, AppKit, pytest-cov-stub, pytestCheckHook, pythonOlder, }: Loading Loading @@ -35,17 +36,15 @@ buildPythonPackage rec { cython ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest-cov-stub pytestCheckHook ]; preCheck = '' rm -r manimpango ''; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov --no-cov-on-fail" "" ''; pythonImportsCheck = [ "manimpango" ]; meta = with lib; { Loading