nextcloud-client: disable shibboleth

Allows to remove qtwebkit dependency
wip/yesman
Dmitry Kalinkin 5 years ago
parent 9abf0a1664
commit 61b7d24d91
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 3
      pkgs/applications/networking/nextcloud-client/default.nix

@ -12,7 +12,6 @@
, qtkeychain
, qttools
, qtwebengine
, qtwebkit
, sqlite
}:
@ -45,7 +44,6 @@ mkDerivation rec {
qtkeychain
qttools
qtwebengine
qtwebkit
sqlite
];
@ -55,6 +53,7 @@ mkDerivation rec {
cmakeFlags = [
"-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; {

Loading…
Cancel
Save