python.pkgs.django: fix gdal support on darwin
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
pythonOlder,
|
||||
geos, gdal, pytz
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Django";
|
||||
name = "${pname}-${version}";
|
||||
@@ -19,6 +20,7 @@ buildPythonPackage rec {
|
||||
src = ./1.10-gis-libs.template.patch;
|
||||
geos = geos;
|
||||
gdal = gdal;
|
||||
extension = stdenv.hostPlatform.extensions.sharedLibrary;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user