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
parent
b6b0cfa2f8
commit
9d13747fc2
|
@ -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))
|
||||
|
|
Reference in New Issue