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:
parent
187b6cd41f
commit
90a8fbf146
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue