tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gdal_1_11: needs mysql57 not mariadb
Robin Gloster
8 years ago
d3a0663a
572b2bda
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gdal
gdal-1_11.nix
+2
-2
pkgs/development/libraries/gdal/gdal-1_11.nix
···
1
1
{ stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
2
2
-
, postgresql, mysql, libgeotiff, python, pythonPackages, proj, geos, openssl
2
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
35
-
"--with-mysql=${mysql.connector-c}/bin/mysql_config"
35
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