We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab6597 + 6fc1c8a commit 02f5c34Copy full SHA for 02f5c34
pkgs/by-name/fi/fio/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
+ fetchpatch,
6
makeWrapper,
7
libaio,
8
pkg-config,
@@ -24,6 +25,14 @@ stdenv.mkDerivation rec {
24
25
sha256 = "sha256-m4JskjSc/KHjID+6j/hbhnGzehPxMxA3m2Iyn49bJDU=";
26
};
27
28
+ patches = [
29
+ # https://github.com/axboe/fio/pull/2029
30
+ (fetchpatch {
31
+ url = "https://github.com/axboe/fio/commit/ccce76d2850d6e52da3d7986c950af068fbfe0fd.patch";
32
+ hash = "sha256-0jN3q1vTiU6YkdXrcTAOzqRqgu8sW8AWO4KkANi0XKo=";
33
+ })
34
+ ];
35
+
36
buildInputs = [
37
python3
38
zlib
0 commit comments