swfmill: add -lz to LDFLAGS explicitly

This commit is contained in:
John Chadwick 2023-05-13 11:14:11 -04:00
parent 3d4f58434e
commit f4785f6dd7

View File

@ -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 ];