fio: fix static build

This commit is contained in:
Matt Votava 2025-03-19 22:39:41 -07:00
parent 32e152a752
commit 6d04c78716

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
# We use $CC instead.
configurePlatforms = [ ];
dontAddStaticConfigureFlags = true;
nativeBuildInputs = [
makeWrapper
python3.pkgs.wrapPython