Unverified Commit fc48660e authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

fio: fix static build (#391503)

parents 9b94ad2d 6d04c787
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
  # We use $CC instead.
  configurePlatforms = [ ];

  dontAddStaticConfigureFlags = true;

  nativeBuildInputs = [
    makeWrapper
    python3.pkgs.wrapPython