diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-22 23:27:45 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-22 23:27:57 +0200 |
| commit | 00f7b0b46068ee933df6e6965148a38707822150 (patch) | |
| tree | 1f73d4659e577e9ad3c24e30d7bc0308695f2a1e /gnu/packages | |
| parent | 24896b9d44cd8f0e206ff72df2e6af1e9474a6ee (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/documentation.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index b18e62e3db9..223dffa328c 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm | |||
| @@ -423,6 +423,7 @@ the Net to search for documents which are not on the local system.") | |||
| 423 | (build-system qt-build-system) | 423 | (build-system qt-build-system) |
| 424 | (arguments | 424 | (arguments |
| 425 | (list | 425 | (list |
| 426 | #:qtbase qtbase | ||
| 426 | #:tests? #f)) ;no tests | 427 | #:tests? #f)) ;no tests |
| 427 | (native-inputs | 428 | (native-inputs |
| 428 | (list extra-cmake-modules pkg-config)) | 429 | (list extra-cmake-modules pkg-config)) |
| @@ -430,12 +431,10 @@ the Net to search for documents which are not on the local system.") | |||
| 430 | (list bash-minimal | 431 | (list bash-minimal |
| 431 | libarchive | 432 | libarchive |
| 432 | sqlite | 433 | sqlite |
| 433 | qtbase-5 | 434 | qtdeclarative |
| 434 | qtdeclarative-5 | 435 | qtwayland |
| 435 | qtwayland-5 | 436 | qtwebchannel |
| 436 | qtwebchannel-5 | 437 | qtwebengine |
| 437 | qtwebengine-5 | ||
| 438 | qtquickcontrols-5 | ||
| 439 | qtx11extras | 438 | qtx11extras |
| 440 | xcb-util-keysyms)) | 439 | xcb-util-keysyms)) |
| 441 | (home-page "https://zealdocs.org/") | 440 | (home-page "https://zealdocs.org/") |
