Skip to content

Commit 9fc37e2

Browse files
makefuglobin
authored andcommittedSep 27, 2017
gdal: fix path to pg_config
(cherry picked from commit 032c50d)
1 parent 57e1610 commit 9fc37e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/gdal/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
2828
"--with-png=${libpng.dev}" # optional
2929
"--with-poppler=${poppler.dev}" # optional
3030
"--with-libz=${zlib.dev}" # optional
31-
"--with-pg=${postgresql}/bin/pg_config"
31+
"--with-pg=${postgresql.dev}/bin/pg_config"
3232
"--with-mysql=${mysql.lib.dev}/bin/mysql_config"
3333
"--with-geotiff=${libgeotiff}"
3434
"--with-sqlite3=${sqlite.dev}"

0 commit comments

Comments
 (0)
Please sign in to comment.