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
commit 15ad57a3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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