summary refs log tree commit diff
path: root/pkgs/development
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
parente08599567a51c2ed0512187096baba8a7cf7da72 (diff)
downloadnixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.gz
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.bz2
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.lz
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.xz
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.tar.zst
nixpkgs-f97ba3070a1881619cb5e066f7084ed86e193c25.zip
gdal: Fix reference to mysql dev output
Diffstat (limited to 'pkgs/development')
-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 90341898a8a..d710c7357bc 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 b62f87c2a21..5ed72a6669c 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