mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
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.
This commit is contained in:
parent
b6b0cfa2f8
commit
9d13747fc2
1 changed files with 1 additions and 4 deletions
|
@ -132,9 +132,7 @@ (define-public nextcloud-client
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
"-DUNIT_TESTING=ON"
|
"-DUNIT_TESTING=ON")
|
||||||
;; Upstream Bug: https://github.com/nextcloud/desktop/issues/2885
|
|
||||||
"-DNO_SHIBBOLETH=ON")
|
|
||||||
#:imported-modules
|
#:imported-modules
|
||||||
((guix build glib-or-gtk-build-system)
|
((guix build glib-or-gtk-build-system)
|
||||||
,@%qt-build-system-modules)
|
,@%qt-build-system-modules)
|
||||||
|
@ -199,7 +197,6 @@ (define-public nextcloud-client
|
||||||
qtsvg
|
qtsvg
|
||||||
qtwebchannel
|
qtwebchannel
|
||||||
qtwebsockets
|
qtwebsockets
|
||||||
qtwebkit
|
|
||||||
sqlite
|
sqlite
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zlib))
|
zlib))
|
||||||
|
|
Loading…
Reference in a new issue