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 =
[ cmake qt4 pkgconfig qtkeychain sqlite];
#configurePhase = ''
# mkdir build
# cd build
# cmake -DBUILD_WITH_QT4=on \
# -DCMAKE_INSTALL_PREFIX=$out \
# -DCMAKE_BUILD_TYPE=Release \
# ..
#'';
cmakeFlags = [
"-UCMAKE_INSTALL_LIBDIR"
];
enableParallelBuilding = true;