swiften: fix build

wip/yesman
Vincent Laporte 9 years ago
parent 68087185e3
commit 1df3f3b73a
  1. 1
      pkgs/development/libraries/swiften/default.nix

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

Loading…
Cancel
Save