bonnie++: init at 1.03e
[Bjørn: sort alphabetically in all-packages.nix, shorten meta.description.]
This commit is contained in:
committed by
Bjørn Forsman
parent
ebf1f51641
commit
569baff20d
@@ -0,0 +1,16 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bonnie++-1.03e";
|
||||
src = fetchurl {
|
||||
url = http://www.coker.com.au/bonnie++/bonnie++-1.03e.tgz;
|
||||
sha256 = "1jz2l8dz08c7vxvchigisv5a293yz95bw1k81dv6bgrlcq8ncf6b";
|
||||
};
|
||||
enableParallelBuilding = true;
|
||||
meta = {
|
||||
homepage = "http://www.coker.com.au/bonnie++/";
|
||||
description = "Hard drive and file system benchmark suite";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user