nextcloud-client: Add back qtWrapperArgs

This should fix https://github.com/NixOS/nixpkgs/issues/115383

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
This commit is contained in:
Bryan A. S 2021-03-15 10:01:26 -03:00 committed by Jonathan Ringer
parent c4cfaf4192
commit d09f37cc24

View File

@ -55,6 +55,10 @@ mkDerivation rec {
sqlite
];
qtWrapperArgs = [
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
];
cmakeFlags = [
"-DCMAKE_INSTALL_LIBDIR=lib" # expected to be prefix-relative by build code setting RPATH
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit