forked from mirrors/nixpkgs
gdal: fix path to pg_config
This commit is contained in:
parent
1b628fb023
commit
032c50d45b
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue