diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-04 00:14:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-04 00:14:09 +0000 |
| commit | d3d626e00c8749d62bc727b2aef070c7f7d1481d (patch) | |
| tree | cf69ce6188c503a455207389fd8c25789009c4f1 /pkgs/development/python-modules/python-mapnik | |
| parent | d51cbef1447dc712541497d7edfcb303e6ae54e5 (diff) | |
| parent | b16a62cd6010999a77f2e9ee290397278030f41f (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index 4f467a84484e..33770c3d8291 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -53,8 +53,7 @@ buildPythonPackage rec { ./python-mapnik_std_optional.patch ]; - stdenv = - if python.stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else python.stdenv; + stdenv = python.stdenv; build-system = [ setuptools ]; |
