owncloud-client: Fix "libocsync.so.0 not found" error

Close #15130
This commit is contained in:
Mayeu - Cast 2016-05-12 13:10:46 +02:00 committed by Cast
parent 639dcffa0b
commit 61b4f1463c

View File

@ -13,14 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = buildInputs =
[ cmake qt4 pkgconfig qtkeychain sqlite]; [ cmake qt4 pkgconfig qtkeychain sqlite];
#configurePhase = '' cmakeFlags = [
# mkdir build "-UCMAKE_INSTALL_LIBDIR"
# cd build ];
# cmake -DBUILD_WITH_QT4=on \
# -DCMAKE_INSTALL_PREFIX=$out \
# -DCMAKE_BUILD_TYPE=Release \
# ..
#'';
enableParallelBuilding = true; enableParallelBuilding = true;