pkgsStatic.fio: fixup build

This commit is contained in:
Arthur Gautier
2025-12-13 20:39:25 -08:00
parent 7143243e73
commit 6fc1c8a54e
+9
View File
@@ -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