Skip to content

Commit 02f5c34

Browse files
authored
pkgsStatic.fio: fixup build (NixOS#470616)
2 parents 3ab6597 + 6fc1c8a commit 02f5c34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgs/by-name/fi/fio/package.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
fetchpatch,
56
makeWrapper,
67
libaio,
78
pkg-config,
@@ -24,6 +25,14 @@ stdenv.mkDerivation rec {
2425
sha256 = "sha256-m4JskjSc/KHjID+6j/hbhnGzehPxMxA3m2Iyn49bJDU=";
2526
};
2627

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+
2736
buildInputs = [
2837
python3
2938
zlib

0 commit comments

Comments
 (0)