forked from mirrors/nixpkgs
mariadb: more lib -> connector-c
This commit is contained in:
parent
d9d98cd324
commit
a960f1931b
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue