mysql: Use libs in place of the binary mysql
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sysbench-0.4.12";
|
||||
buildInputs = [ autoreconfHook mysql libxslt zlib ];
|
||||
|
||||
buildInputs = [ autoreconfHook mysql.lib libxslt zlib ];
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/sysbench/sysbench-0.4.12.tar.gz;
|
||||
sha256 = "17pa4cw7wxvlb4mba943lfs3b3jdi64mlnaf4n8jq09y35j79yl3";
|
||||
};
|
||||
|
||||
preAutoreconf = ''
|
||||
touch NEWS AUTHORS
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user