swiften: fix build

This commit is contained in:
Vincent Laporte 2015-10-20 07:13:18 +02:00
parent 68087185e3
commit 1df3f3b73a

View File

@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
};
buildPhase = ''
patchShebangs ./scons
./scons openssl=${openssl} \
boost_includedir=${boost.dev}/include \
boost_libdir=${boost.lib}/lib \