pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
sha256 = "2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional withGdal
|
||||
patches = lib.optional withGdal
|
||||
(substituteAll {
|
||||
src = ./django_3_set_geos_gdal_lib.patch;
|
||||
geos = geos;
|
||||
|
||||
Reference in New Issue
Block a user