Loading pkgs/development/python-modules/python-mapnik/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ substituteAll, isPyPy, python, setuptools, pillow, pycairo, pkg-config, Loading @@ -21,7 +22,6 @@ zlib, libxml2, sqlite, nose, pytestCheckHook, darwin, sparsehash, Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "python-mapnik"; version = "3.0.16-unstable-2024-02-22"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "mapnik"; Loading @@ -55,12 +55,14 @@ buildPythonPackage rec { stdenv = if python.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else python.stdenv; build-system = [ setuptools ]; nativeBuildInputs = [ mapnik # for mapnik_config pkg-config ]; buildInputs = [ dependencies = [ mapnik boost cairo Loading Loading @@ -94,10 +96,7 @@ buildPythonPackage rec { export XMLPARSER=libxml2 ''; nativeCheckInputs = [ nose pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' Loading Loading
pkgs/development/python-modules/python-mapnik/default.nix +6 −7 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ substituteAll, isPyPy, python, setuptools, pillow, pycairo, pkg-config, Loading @@ -21,7 +22,6 @@ zlib, libxml2, sqlite, nose, pytestCheckHook, darwin, sparsehash, Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "python-mapnik"; version = "3.0.16-unstable-2024-02-22"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "mapnik"; Loading @@ -55,12 +55,14 @@ buildPythonPackage rec { stdenv = if python.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else python.stdenv; build-system = [ setuptools ]; nativeBuildInputs = [ mapnik # for mapnik_config pkg-config ]; buildInputs = [ dependencies = [ mapnik boost cairo Loading Loading @@ -94,10 +96,7 @@ buildPythonPackage rec { export XMLPARSER=libxml2 ''; nativeCheckInputs = [ nose pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' Loading