grass: fix build
This commit is contained in:
parent
192dc27dc3
commit
fdd2c6e2ca
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
"--with-wxwidgets"
|
"--with-wxwidgets"
|
||||||
"--with-netcdf"
|
"--with-netcdf"
|
||||||
"--with-geos"
|
"--with-geos"
|
||||||
"--with-postgres"
|
"--with-postgres" "--with-postgres-libs=${postgresql.lib}/lib/"
|
||||||
"--with-mysql" "--with-mysql-includes=${mysql.lib}/include/mysql"
|
"--with-mysql" "--with-mysql-includes=${mysql.lib}/include/mysql"
|
||||||
"--with-blas"
|
"--with-blas"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user