forked from mirrors/nixpkgs
grass: fix build
This commit is contained in:
parent
192dc27dc3
commit
fdd2c6e2ca
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue