3
0
Fork 0
forked from mirrors/nixpkgs

mariadb: more lib -> connector-c

This commit is contained in:
Robin Gloster 2017-07-14 15:03:47 +02:00
parent d9d98cd324
commit a960f1931b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig libtool ];
buildInputs = [
curl python munge perl pam openssl mysql.lib ncurses gtk2 lua hwloc numactl
curl python munge perl pam openssl mysql.connector-c ncurses gtk2 lua hwloc numactl
];
configureFlags =

View file

@ -1508,7 +1508,7 @@ with pkgs;
convertlit = callPackage ../tools/text/convertlit { };
collectd = callPackage ../tools/system/collectd {
libmysql = mysql.lib;
libmysql = mysql.connector-c;
libsigrok = libsigrok-0-3-0; # not compatible with >= 0.4.0 yet
};