lol

gdal_1_11: needs mysql57 not mariadb

+2 -2
+2 -2
pkgs/development/libraries/gdal/gdal-1_11.nix
··· 1 1 { stdenv, fetchurl, unzip, libjpeg, libtiff, zlib 2 - , postgresql, mysql, libgeotiff, python, pythonPackages, proj, geos, openssl 2 + , postgresql, mysql57, libgeotiff, python, pythonPackages, proj, geos, openssl 3 3 , libpng }: 4 4 5 5 stdenv.mkDerivation rec { ··· 32 32 "--with-libz=${zlib.dev}" # optional 33 33 34 34 "--with-pg=${postgresql}/bin/pg_config" 35 - "--with-mysql=${mysql.connector-c}/bin/mysql_config" 35 + "--with-mysql=${mysql57.connector-c}/bin/mysql_config" 36 36 "--with-geotiff=${libgeotiff}" 37 37 "--with-python" # optional 38 38 "--with-static-proj4=${proj}" # optional