Loading pkgs/by-name/fi/fio/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, libaio, pkg-config, Loading @@ -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 Loading Loading
pkgs/by-name/fi/fio/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, libaio, pkg-config, Loading @@ -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 Loading