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:
parent
c4cfaf4192
commit
d09f37cc24
@ -55,6 +55,10 @@ mkDerivation rec {
|
|||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
|
qtWrapperArgs = [
|
||||||
|
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
|
||||||
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DCMAKE_INSTALL_LIBDIR=lib" # expected to be prefix-relative by build code setting RPATH
|
"-DCMAKE_INSTALL_LIBDIR=lib" # expected to be prefix-relative by build code setting RPATH
|
||||||
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
|
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
|
||||||
|
Loading…
Reference in New Issue
Block a user