summary refs log tree commit diff
path: root/pkgs/development/libraries/gdal
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-30 21:49:17 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-30 23:00:13 +0300
commitf97ba3070a1881619cb5e066f7084ed86e193c25 (patch)
treed86d561861ed77ffadfbfe93ea7534c7459b7eaa /pkgs/development/libraries/gdal
parente08599567a51c2ed0512187096baba8a7cf7da72 (diff)
downloadnixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.gz
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.bz2
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.lz
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.xz
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.zst
nixlib-f97ba3070a1881619cb5e066f7084ed86e193c25.zip
gdal: Fix reference to mysql dev output
Diffstat (limited to 'pkgs/development/libraries/gdal')
-rw-r--r--pkgs/development/libraries/gdal/default.nix2
-rw-r--r--pkgs/development/libraries/gdal/gdal-1_11.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix
index 90341898a8a8..d710c7357bc5 100644
--- a/pkgs/development/libraries/gdal/default.nix
+++ b/pkgs/development/libraries/gdal/default.nix
@@ -31,7 +31,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
     "--with-libz=${zlib.dev}"       # optional
 
     "--with-pg=${postgresql}/bin/pg_config"
-    "--with-mysql=${mysql.lib}/bin/mysql_config"
+    "--with-mysql=${mysql.lib.dev}/bin/mysql_config"
     "--with-geotiff=${libgeotiff}"
     "--with-python"               # optional
     "--with-static-proj4=${proj}" # optional
diff --git a/pkgs/development/libraries/gdal/gdal-1_11.nix b/pkgs/development/libraries/gdal/gdal-1_11.nix
index b62f87c2a21e..5ed72a6669cb 100644
--- a/pkgs/development/libraries/gdal/gdal-1_11.nix
+++ b/pkgs/development/libraries/gdal/gdal-1_11.nix
@@ -32,7 +32,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
     "--with-libz=${zlib.dev}"       # optional
 
     "--with-pg=${postgresql}/bin/pg_config"
-    "--with-mysql=${mysql.lib}/bin/mysql_config"
+    "--with-mysql=${mysql.lib.dev}/bin/mysql_config"
     "--with-geotiff=${libgeotiff}"
     "--with-python"               # optional
     "--with-static-proj4=${proj}" # optional