about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/psi
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-06-03 18:39:32 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-06-03 18:39:32 +0000
commit65bc653910ffae3a127ce25a9f4858035bfc9fe7 (patch)
treec80a95a100e16a37bfb7ee56943b41d05ff10aef /pkgs/applications/networking/instant-messengers/psi
parent1fe82f7ff94da3001b1228ed2fed2d9c6cefc318 (diff)
Fixing psi, which needed -lqca still.
svn path=/nixpkgs/trunk/; revision=15844
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/psi')
-rw-r--r--pkgs/applications/networking/instant-messengers/psi/0.12.1.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/psi/0.12.1.nix b/pkgs/applications/networking/instant-messengers/psi/0.12.1.nix
index 027d3192a976f..110189598f6c7 100644
--- a/pkgs/applications/networking/instant-messengers/psi/0.12.1.nix
+++ b/pkgs/applications/networking/instant-messengers/psi/0.12.1.nix
@@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
   buildInputs = [aspell qt4 zlib sox libX11 xproto libSM libICE qca2];
 
   NIX_CFLAGS_COMPILE="-I${qca2}/include/QtCrypto";
+  NIX_LDFLAGS="-lqca";
 
   configureFlags = [ " --with-zlib-inc=${zlib}/include "
     " --disable-bundled-qca" ];