grass: client -> connector-c

authored by Izorkin and committed by Robin Gloster 3acfd319 a6bb022b

+5 -2
+5 -2
pkgs/applications/gis/grass/default.nix
··· 22 "--with-wxwidgets" 23 "--with-netcdf" 24 "--with-geos" 25 - "--with-postgres" "--with-postgres-libs=${postgresql.lib}/lib/" 26 # it complains about missing libmysqld but doesn't really seem to need it 27 - "--with-mysql" "--with-mysql-includes=${stdenv.lib.getDev mysql.client}/include/mysql" 28 "--with-blas" 29 ]; 30
··· 22 "--with-wxwidgets" 23 "--with-netcdf" 24 "--with-geos" 25 + "--with-postgres" 26 + "--with-postgres-libs=${postgresql.lib}/lib/" 27 # it complains about missing libmysqld but doesn't really seem to need it 28 + "--with-mysql" 29 + "--with-mysql-includes=${mysql.connector-c}/include/mysql" 30 + "--with-mysql-libs=${mysql.connector-c}/lib/mysql" 31 "--with-blas" 32 ]; 33