python3Packages.python-mapnik: add pythonImportsCheck
This commit is contained in:
parent
187b6cd41f
commit
90a8fbf146
@ -63,6 +63,8 @@ in buildPythonPackage rec {
|
||||
]);
|
||||
propagatedBuildInputs = [ pillow pycairo ];
|
||||
|
||||
pythonImportsCheck = [ "mapnik" ] ;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for Mapnik";
|
||||
homepage = "https://mapnik.org";
|
||||
|
Loading…
Reference in New Issue
Block a user