Unverified Commit 02f5c342 authored by Arthur Gautier's avatar Arthur Gautier Committed by GitHub
Browse files

pkgsStatic.fio: fixup build (#470616)

parents 3ab65974 6fc1c8a5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  makeWrapper,
  libaio,
  pkg-config,
@@ -24,6 +25,14 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-m4JskjSc/KHjID+6j/hbhnGzehPxMxA3m2Iyn49bJDU=";
  };

  patches = [
    # https://github.com/axboe/fio/pull/2029
    (fetchpatch {
      url = "https://github.com/axboe/fio/commit/ccce76d2850d6e52da3d7986c950af068fbfe0fd.patch";
      hash = "sha256-0jN3q1vTiU6YkdXrcTAOzqRqgu8sW8AWO4KkANi0XKo=";
    })
  ];

  buildInputs = [
    python3
    zlib