summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-11-26 18:24:44 +0000
committerEmily <vcs@emily.moe>2024-11-26 18:24:44 +0000
commitce402f0e5b33bb83803591ab8011b16216b8bb4a (patch)
tree09cb4bc0daaa89bc19006533f34336fa05c9bffb /pkgs/development/python-modules/python-mapnik
parentc7698385df99dbeb5e9848d6abd7556bdae64d0d (diff)
parent8c2d58df123aafefb5301e31b12d850cf0599abf (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index c06251663e0b..72f26cde2d95 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -132,5 +132,6 @@ buildPythonPackage rec {
maintainers = [ ];
homepage = "https://mapnik.org";
license = licenses.lgpl21Plus;
+ broken = true; # At 2024-11-13, test_raster_warping fails.
};
}