summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2023-01-28 11:27:21 +0100
committerLinus Heckemann <git@sphalerite.org>2023-01-28 11:27:21 +0100
commit09f76e171e8ecc4a350d71ae6162cc5c49c822c2 (patch)
tree104711e631ad286a8e7de3ef7bea16baaa0becf4 /pkgs/development/python-modules/python-mapnik
parent246d09fea28c85de7a2f6223fad6927429c3697b (diff)
parent9b97ad7b4330aacda9b2343396eb3df8a853b4fc (diff)
Merge remote-tracking branch 'upstream/nixos-unstable' into stateless-vms
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index 3e7b70463245..4716177f51ce 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -90,7 +90,7 @@ buildPythonPackage rec {
export XMLPARSER=libxml2
'';
- checkInputs = [
+ nativeCheckInputs = [
nose
pytestCheckHook
];