mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #15406 from Mayeu/patch-5
owncloud-client: Fix "libocsync.so.0 not found" error
This commit is contained in:
commit
1f3b0391f4
1 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue