From 61b7d24d916dba83f777f694a222411b82b9498c Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 7 Dec 2019 22:56:19 -0500 Subject: [PATCH] nextcloud-client: disable shibboleth Allows to remove qtwebkit dependency --- pkgs/applications/networking/nextcloud-client/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 974d1e5a07786f..71fce57504c0ee 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/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; {