Skip to content

Commit

Permalink
gdal_1_11: needs mysql57 not mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Dec 27, 2017
1 parent adf7b72 commit c70d1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdal/gdal-1_11.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
, postgresql, mysql, libgeotiff, python, pythonPackages, proj, geos, openssl
, postgresql, mysql57, libgeotiff, python, pythonPackages, proj, geos, openssl
, libpng }:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
"--with-libz=${zlib.dev}" # optional

"--with-pg=${postgresql}/bin/pg_config"
"--with-mysql=${mysql.connector-c}/bin/mysql_config"
"--with-mysql=${mysql57.connector-c}/bin/mysql_config"
"--with-geotiff=${libgeotiff}"
"--with-python" # optional
"--with-static-proj4=${proj}" # optional
Expand Down

0 comments on commit c70d1ec

Please sign in to comment.