diff options
| author | Robert Schütz <dev@schuetz-co.de> | 2021-05-25 23:10:45 +0200 |
|---|---|---|
| committer | Robert Schütz <dev@schuetz-co.de> | 2021-05-27 09:35:57 +0200 |
| commit | 90a8fbf146cbba06e631bc7fe26ac32f2ade9198 (patch) | |
| tree | 2962da3ccd72b083a573da92aedbb7d0397ca571 /pkgs/development/python-modules/python-mapnik | |
| parent | 187b6cd41f4d17a76b5afe23d81ad014d0d62f52 (diff) | |
python3Packages.python-mapnik: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 2 |
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"; |
