3
0
Fork 0
forked from mirrors/nixpkgs

grass: fix build

This commit is contained in:
Vincent Laporte 2016-04-13 16:20:31 +00:00
parent 192dc27dc3
commit fdd2c6e2ca

View file

@ -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"
];