treewide: libmysql -> mysql.connector-c

This commit is contained in:
Robin Gloster
2017-12-27 16:15:33 +01:00
parent 445e3d7390
commit 6903ea6050
18 changed files with 55 additions and 53 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, vim, libmysql,
libaio }:
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, vim, mysql
, libaio }:
stdenv.mkDerivation rec {
name = "sysbench-1.0.6";
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ vim libmysql libaio ];
buildInputs = [ vim mysql.connector-c libaio ];
src = fetchFromGitHub {
owner = "akopytov";