Skip to content

Commit

Permalink
gdal: fix path to pg_config
Browse files Browse the repository at this point in the history
(cherry picked from commit 032c50d)
  • Loading branch information
makefu authored and globin committed Sep 27, 2017
1 parent 57e1610 commit 9fc37e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gdal/default.nix
Expand Up @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
"--with-png=${libpng.dev}" # optional
"--with-poppler=${poppler.dev}" # optional
"--with-libz=${zlib.dev}" # optional
"--with-pg=${postgresql}/bin/pg_config"
"--with-pg=${postgresql.dev}/bin/pg_config"
"--with-mysql=${mysql.lib.dev}/bin/mysql_config"
"--with-geotiff=${libgeotiff}"
"--with-sqlite3=${sqlite.dev}"
Expand Down

0 comments on commit 9fc37e2

Please sign in to comment.