iozone: 3.506 -> 3.507 (#388653)

authored by Peder Bergebakken Sundt and committed by GitHub 3051bb6e 26a979a4

+6 -3
+6 -3
pkgs/by-name/io/iozone/package.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "iozone"; 24 - version = "3.506"; 25 26 src = fetchurl { 27 url = "http://www.iozone.org/src/current/iozone${lib.replaceStrings [ "." ] [ "_" ] version}.tar"; 28 - hash = "sha256-EUzlwHGHO5ose6bnPQXV735mVkOSrL/NwLMmHbEPy+c="; 29 }; 30 31 license = fetchurl { ··· 38 39 buildFlags = target; 40 41 - enableParallelBuilding = true; 42 43 installPhase = '' 44 mkdir -p $out/{bin,share/doc,libexec,share/man/man1}
··· 21 22 stdenv.mkDerivation rec { 23 pname = "iozone"; 24 + version = "3.507"; 25 26 src = fetchurl { 27 url = "http://www.iozone.org/src/current/iozone${lib.replaceStrings [ "." ] [ "_" ] version}.tar"; 28 + hash = "sha256-HoCHraBW9dgBjuC8dmhtQW/CJR7QMDgFXb0K940eXOM="; 29 }; 30 31 license = fetchurl { ··· 38 39 buildFlags = target; 40 41 + # The makefile doesn't define a rule for e.g. libbif.o 42 + # Make will try to evaluate implicit built-in rules for these outputs if building in parallel 43 + # Build in serial so that the main rule builds everything before the implicit ones are attempted 44 + enableParallelBuilding = false; 45 46 installPhase = '' 47 mkdir -p $out/{bin,share/doc,libexec,share/man/man1}