Fixing psi, which needed -lqca still.
svn path=/nixpkgs/trunk/; revision=15844
This commit is contained in:
parent
1fe82f7ff9
commit
65bc653910
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user