summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
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;