vacuum-im: add -lz to NIX_LDFLAGS
This should be fixed upstream, but it's broken regardless. http://hydra.nixos.org/build/38322959/nixlog/1
This commit is contained in:
parent
0540e567a8
commit
473a656426
@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||
qt4 openssl xproto libX11 libXScrnSaver scrnsaverproto xz zlib
|
||||
];
|
||||
|
||||
# hack: needed to fix build issues in
|
||||
# http://hydra.nixos.org/build/38322959/nixlog/1
|
||||
# should be an upstream issue but it's easy to fix
|
||||
NIX_LDFLAGS = "-lz";
|
||||
|
||||
nativeBuildInputs = [ qmake4Hook ];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user