guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: nextcloud-client: Don't depend on QtWebKit.


From: guix-commits
Subject: branch master updated: gnu: nextcloud-client: Don't depend on QtWebKit.
Date: Sat, 29 Jan 2022 13:43:17 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d13747fc2 gnu: nextcloud-client: Don't depend on QtWebKit.
9d13747fc2 is described below

commit 9d13747fc27b66d8146565d6a431922ed6030ae5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 29 13:37:08 2022 -0500

    gnu: nextcloud-client: Don't depend on QtWebKit.
    
    This package propagates QtWebEngine and doesn't keep a reference to 
QtWebKit.
    
    See <https://issues.guix.gnu.org/53289> for more information about this 
change.
    
    * gnu/packages/sync.scm (qtwebkit)[inputs]: Remove qtwebkit.
    [arguments]: Remove related #:configure-flag that is not recognized by
    our version of nextcloud-client.
---
 gnu/packages/sync.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index 165be17e4c..f897c1ec4a 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -132,9 +132,7 @@
     (arguments
      `(#:configure-flags
        (list
-        "-DUNIT_TESTING=ON"
-        ;; Upstream Bug: https://github.com/nextcloud/desktop/issues/2885
-        "-DNO_SHIBBOLETH=ON")
+        "-DUNIT_TESTING=ON")
        #:imported-modules
        ((guix build glib-or-gtk-build-system)
         ,@%qt-build-system-modules)
@@ -199,7 +197,6 @@
            qtsvg
            qtwebchannel
            qtwebsockets
-           qtwebkit
            sqlite
            xdg-utils
            zlib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]