summary refs log tree commit diff
path: root/pkgs/applications/gis/grass
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-04-13 16:20:31 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-04-13 16:20:31 +0000
commitfdd2c6e2caed9808e636e0f886c53d4ff0949c12 (patch)
treec2978b8de8b1bd352f6147703555566bc2e8395f /pkgs/applications/gis/grass
parent192dc27dc3694023dcaca6f5a34a2788172240d3 (diff)
downloadnixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar.gz
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar.bz2
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar.lz
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar.xz
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.tar.zst
nixlib-fdd2c6e2caed9808e636e0f886c53d4ff0949c12.zip
grass: fix build
Diffstat (limited to 'pkgs/applications/gis/grass')
-rw-r--r--pkgs/applications/gis/grass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index 39ba1f7265bc..c373f8b9e272 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
     "--with-wxwidgets"
     "--with-netcdf"
     "--with-geos"
-    "--with-postgres"
+    "--with-postgres" "--with-postgres-libs=${postgresql.lib}/lib/"
     "--with-mysql" "--with-mysql-includes=${mysql.lib}/include/mysql"
     "--with-blas"
   ];