nextcloud-client: disable shibboleth
Allows to remove qtwebkit dependency
This commit is contained in:
parent
9abf0a1664
commit
61b7d24d91
@ -12,7 +12,6 @@
|
|||||||
, qtkeychain
|
, qtkeychain
|
||||||
, qttools
|
, qttools
|
||||||
, qtwebengine
|
, qtwebengine
|
||||||
, qtwebkit
|
|
||||||
, sqlite
|
, sqlite
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -45,7 +44,6 @@ mkDerivation rec {
|
|||||||
qtkeychain
|
qtkeychain
|
||||||
qttools
|
qttools
|
||||||
qtwebengine
|
qtwebengine
|
||||||
qtwebkit
|
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -55,6 +53,7 @@ mkDerivation rec {
|
|||||||
|
|
||||||
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
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user