mariadb: more lib -> connector-c
This commit is contained in:
parent
d9d98cd324
commit
a960f1931b
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig libtool ];
|
nativeBuildInputs = [ pkgconfig libtool ];
|
||||||
buildInputs = [
|
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 =
|
configureFlags =
|
||||||
|
@ -1508,7 +1508,7 @@ with pkgs;
|
|||||||
convertlit = callPackage ../tools/text/convertlit { };
|
convertlit = callPackage ../tools/text/convertlit { };
|
||||||
|
|
||||||
collectd = callPackage ../tools/system/collectd {
|
collectd = callPackage ../tools/system/collectd {
|
||||||
libmysql = mysql.lib;
|
libmysql = mysql.connector-c;
|
||||||
libsigrok = libsigrok-0-3-0; # not compatible with >= 0.4.0 yet
|
libsigrok = libsigrok-0-3-0; # not compatible with >= 0.4.0 yet
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user