Loading pkgs/development/python-modules/manimpango/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ stdenv, buildPythonPackage, fetchFromGitHub, python, pkg-config, setuptools, pango, cython, AppKit, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "manimpango"; version = "0.6.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -30,19 +30,22 @@ buildPythonPackage rec { buildInputs = [ pango ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit ]; propagatedBuildInputs = [ cython ]; build-system = [ setuptools cython ]; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' rm -r manimpango ''; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov --no-cov-on-fail" "" ''; preBuild = '' ${python.pythonOnBuildForHost.interpreter} setup.py build_ext --inplace ''; pythonImportsCheck = [ "manimpango" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/manimpango/default.nix +10 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ stdenv, buildPythonPackage, fetchFromGitHub, python, pkg-config, setuptools, pango, cython, AppKit, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "manimpango"; version = "0.6.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -30,19 +30,22 @@ buildPythonPackage rec { buildInputs = [ pango ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit ]; propagatedBuildInputs = [ cython ]; build-system = [ setuptools cython ]; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' rm -r manimpango ''; postPatch = '' substituteInPlace setup.cfg \ --replace "--cov --no-cov-on-fail" "" ''; preBuild = '' ${python.pythonOnBuildForHost.interpreter} setup.py build_ext --inplace ''; pythonImportsCheck = [ "manimpango" ]; meta = with lib; { Loading