Commit 6d04c787 authored by Matt Votava's avatar Matt Votava
Browse files

fio: fix static build

parent 32e152a7
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