0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.python-mapnik: add pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-05-25 23:10:45 +02:00
parent 187b6cd41f
commit 90a8fbf146

View file

@ -63,6 +63,8 @@ in buildPythonPackage rec {
]);
propagatedBuildInputs = [ pillow pycairo ];
pythonImportsCheck = [ "mapnik" ] ;
meta = with lib; {
description = "Python bindings for Mapnik";
homepage = "https://mapnik.org";