summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/vacuum
diff options
context:
space:
mode:
authorMatthew <mjbauer95@gmail.com>2016-08-09 21:09:28 +0000
committerMatthew <mjbauer95@gmail.com>2016-08-09 21:09:28 +0000
commit473a656426a701bf3997153f074ff43673599cb6 (patch)
tree90ffb88eabc298dea26f8967727bf4c30eca27de /pkgs/applications/networking/instant-messengers/vacuum
parent0540e567a8b5df8f4ca7441e480578530e50657f (diff)
downloadnixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar.gz
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar.bz2
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar.lz
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar.xz
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.tar.zst
nixpkgs-473a656426a701bf3997153f074ff43673599cb6.zip
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
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/vacuum')
-rw-r--r--pkgs/applications/networking/instant-messengers/vacuum/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/vacuum/default.nix b/pkgs/applications/networking/instant-messengers/vacuum/default.nix
index 2b5ce5f4142..0572e3f9e2e 100644
--- a/pkgs/applications/networking/instant-messengers/vacuum/default.nix
+++ b/pkgs/applications/networking/instant-messengers/vacuum/default.nix
@@ -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 = ''