From 43f65db139bed9f13d665fe24420feb8a0719745 Mon Sep 17 00:00:00 2001 From: Florian Amsallem Date: Fri, 3 Jun 2022 12:24:07 +0200 Subject: [PATCH] python3Packages.django_4: fix geos_gdal patch syntax error --- .../python-modules/django/django_4_set_geos_gdal_lib.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/django/django_4_set_geos_gdal_lib.patch b/pkgs/development/python-modules/django/django_4_set_geos_gdal_lib.patch index da73a93e8f22..b3da31f1e109 100644 --- a/pkgs/development/python-modules/django/django_4_set_geos_gdal_lib.patch +++ b/pkgs/development/python-modules/django/django_4_set_geos_gdal_lib.patch @@ -7,7 +7,7 @@ index 05b5732..91fafee 100644 lib_path = settings.GDAL_LIBRARY_PATH except (AttributeError, ImportError, ImproperlyConfigured, OSError): - lib_path = None -+ lib_path = ""@gdal@/lib/libgdal@extension@" ++ lib_path = "@gdal@/lib/libgdal@extension@" if lib_path: lib_names = None