···21212222stdenv.mkDerivation rec {
2323 pname = "iozone";
2424- version = "3.506";
2424+ version = "3.507";
25252626 src = fetchurl {
2727 url = "http://www.iozone.org/src/current/iozone${lib.replaceStrings [ "." ] [ "_" ] version}.tar";
2828- hash = "sha256-EUzlwHGHO5ose6bnPQXV735mVkOSrL/NwLMmHbEPy+c=";
2828+ hash = "sha256-HoCHraBW9dgBjuC8dmhtQW/CJR7QMDgFXb0K940eXOM=";
2929 };
30303131 license = fetchurl {
···38383939 buildFlags = target;
40404141- enableParallelBuilding = true;
4141+ # The makefile doesn't define a rule for e.g. libbif.o
4242+ # Make will try to evaluate implicit built-in rules for these outputs if building in parallel
4343+ # Build in serial so that the main rule builds everything before the implicit ones are attempted
4444+ enableParallelBuilding = false;
42454346 installPhase = ''
4447 mkdir -p $out/{bin,share/doc,libexec,share/man/man1}