sysbench: 2015-04-22 -> 1.0.6
This commit is contained in:
parent
32401d17c6
commit
a3b9dbd0be
@ -1,20 +1,18 @@
|
|||||||
{ stdenv, fetchgit, libmysql, libxslt, zlib, autoreconfHook }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, vim, libmysql,
|
||||||
|
libaio }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sysbench-2015-04-22";
|
name = "sysbench-1.0.6";
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook libmysql libxslt zlib ];
|
buildInputs = [ autoreconfHook pkgconfig vim libmysql libaio ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = git://github.com/akopytov/sysbench.git;
|
owner = "akopytov";
|
||||||
rev = "2b3042883090c9cf8cb9be2b24d3590cdcee112f";
|
repo = "sysbench";
|
||||||
sha256 = "1xlb3fracha3wva3dmmjk36b262vblynkmiz8n0mn1vkc78bssaw";
|
rev = "1.0.6";
|
||||||
|
sha256 = "0y3hlhzrggyyxwf378n006zlg2kwhmhh6vq6il0qn9agjmjmhl5l";
|
||||||
};
|
};
|
||||||
|
|
||||||
preAutoreconf = ''
|
|
||||||
touch NEWS AUTHORS
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Modular, cross-platform and multi-threaded benchmark tool";
|
description = "Modular, cross-platform and multi-threaded benchmark tool";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user