fio: fix static build (#391503)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-24 23:27:15 +01:00
committed by GitHub

View File

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