pkgsStatic.fio: fixup build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user