Loading pkgs/by-name/fi/fio/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ makeWrapper, libaio, pkg-config, cunit, python3, zlib, withGnuplot ? false, Loading Loading @@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: { ]; buildInputs = [ cunit python3 zlib ] Loading Loading @@ -76,6 +78,16 @@ stdenv.mkDerivation (finalAttrs: { wrapPythonProgramsIn "$out/bin" "$out ''${pythonPath[*]}" ''; doCheck = true; checkPhase = '' runHook preCheck ./unittests/unittest runHook postCheck ''; meta = { description = "Flexible IO Tester - an IO benchmark tool"; homepage = "https://git.kernel.dk/cgit/fio/"; Loading Loading
pkgs/by-name/fi/fio/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ makeWrapper, libaio, pkg-config, cunit, python3, zlib, withGnuplot ? false, Loading Loading @@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: { ]; buildInputs = [ cunit python3 zlib ] Loading Loading @@ -76,6 +78,16 @@ stdenv.mkDerivation (finalAttrs: { wrapPythonProgramsIn "$out/bin" "$out ''${pythonPath[*]}" ''; doCheck = true; checkPhase = '' runHook preCheck ./unittests/unittest runHook postCheck ''; meta = { description = "Flexible IO Tester - an IO benchmark tool"; homepage = "https://git.kernel.dk/cgit/fio/"; Loading