mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
swfmill: add -lz to LDFLAGS explicitly
This commit is contained in:
parent
3d4f58434e
commit
f4785f6dd7
@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
# Fixes build with GCC 6
|
# Fixes build with GCC 6
|
||||||
env.NIX_CFLAGS_COMPILE = "-std=c++03";
|
env.NIX_CFLAGS_COMPILE = "-std=c++03";
|
||||||
|
|
||||||
|
# Remove once updated past 0.3.5
|
||||||
|
env.NIX_LDFLAGS = "-lz";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ libxslt freetype libpng libxml2 ];
|
buildInputs = [ libxslt freetype libpng libxml2 ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user