~ruther/guix-local

00f7b0b46068ee933df6e6965148a38707822150 — Andreas Enge 4 months ago 24896b9
gnu: zeal: Move to Qt6.

* gnu/packages/documentation.scm (zeal)[inputs]: Remove qtbase-5,
qtdeclarative-5, qtwayland-5, qtwebchannel-5, qtwebengine-5, and
qtquickcontrols-5; add qtdeclarative, qtwayland, qtwebchannel, and
qtwebengine.

Change-Id: Ic4c5d2694b082d403874cf3cf01a579fa0527724
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/documentation.scm
M gnu/packages/documentation.scm => gnu/packages/documentation.scm +5 -6
@@ 423,6 423,7 @@ the Net to search for documents which are not on the local system.")
    (build-system qt-build-system)
    (arguments
      (list
       #:qtbase qtbase
       #:tests? #f))                    ;no tests
    (native-inputs
     (list extra-cmake-modules pkg-config))


@@ 430,12 431,10 @@ the Net to search for documents which are not on the local system.")
     (list bash-minimal
           libarchive
           sqlite
           qtbase-5
           qtdeclarative-5
           qtwayland-5
           qtwebchannel-5
           qtwebengine-5
           qtquickcontrols-5
           qtdeclarative
           qtwayland
           qtwebchannel
           qtwebengine
           qtx11extras
           xcb-util-keysyms))
    (home-page "https://zealdocs.org/")