From 65bc653910ffae3a127ce25a9f4858035bfc9fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 3 Jun 2009 18:39:32 +0000 Subject: [PATCH] Fixing psi, which needed -lqca still. svn path=/nixpkgs/trunk/; revision=15844 --- pkgs/applications/networking/instant-messengers/psi/0.12.1.nix | 1 + 1 file changed, 1 insertion(+) 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 027d3192a976..110189598f6c 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" ];