Merge pull request #231682 from jchw-forks/fix/swfmill

This commit is contained in:
Artturi
2023-05-13 21:38:02 +03:00
committed by GitHub
+3
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 ];