me
/
guix
Archived
1
0
Fork 0

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.
master
Leo Famulari 2022-01-29 13:37:08 -05:00
parent b6b0cfa2f8
commit 9d13747fc2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 4 deletions

View File

@ -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))