summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-01-14 14:22:22 +0000
committerGitHub <noreply@github.com>2021-01-14 14:22:22 +0000
commitf2210b7287c1e08f2bb8babbfa302dd10f2f6f99 (patch)
treed6d1a138107fa84b74154ca03fb1adea04f093b2 /pkgs/development/python-modules/python-mapnik
parent9fd99b5a32f66cc4199d9c86cecb8c8bb5090ad8 (diff)
parent01372e6624e52746c2403f762b44514d936eb46f (diff)
Merge branch 'master' into remove-opensmt
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index 61cd5e34855c..e129bf452195 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
, buildPythonPackage
, isPyPy
, python
@@ -57,7 +57,7 @@ in buildPythonPackage rec {
]);
propagatedBuildInputs = [ pillow pycairo ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Python bindings for Mapnik";
homepage = "https://mapnik.org";
license = licenses.lgpl21;