summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-02 17:07:43 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-02 17:07:43 +0200
commite308370fc89b1cd3d17756c3ec356fdd6c9a8d82 (patch)
tree91b40f419b1ae22f49b10c67ef68003df3ebe451 /pkgs/development/python-modules/python-mapnik
parent7191381b24b511017207205e2c8625a91ccea5cf (diff)
parent1834bc871199fc6583cf270474aacbda9e5127f2 (diff)
Merge remote-tracking branch 'origin/master' into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index b1b0c70d8602..228e0d74ebc2 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -63,6 +63,8 @@ in buildPythonPackage rec {
]);
propagatedBuildInputs = [ pillow pycairo ];
+ pythonImportsCheck = [ "mapnik" ] ;
+
meta = with lib; {
description = "Python bindings for Mapnik";
homepage = "https://mapnik.org";