Commit f4785f6d authored by John Chadwick's avatar John Chadwick
Browse files

swfmill: add -lz to LDFLAGS explicitly

parent 3d4f5843
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
  # Fixes build with GCC 6
  env.NIX_CFLAGS_COMPILE = "-std=c++03";

  # Remove once updated past 0.3.5
  env.NIX_LDFLAGS = "-lz";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ libxslt freetype libpng libxml2 ];