grass: fix build

+1 -1
+1 -1
pkgs/applications/gis/grass/default.nix
··· 21 "--with-wxwidgets" 22 "--with-netcdf" 23 "--with-geos" 24 - "--with-postgres" 25 "--with-mysql" "--with-mysql-includes=${mysql.lib}/include/mysql" 26 "--with-blas" 27 ];
··· 21 "--with-wxwidgets" 22 "--with-netcdf" 23 "--with-geos" 24 + "--with-postgres" "--with-postgres-libs=${postgresql.lib}/lib/" 25 "--with-mysql" "--with-mysql-includes=${mysql.lib}/include/mysql" 26 "--with-blas" 27 ];