mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: khelpcenter: Remove dependency on qtbase-5.
* gnu/packages/kde-systemtools.scm (khelpcenter): [arguments]<#:qtbase>: Set to qtbase. [inputs]: Remove qtbase. Change-Id: I5f075b2d957fb59705dea33b0d02996181d6caa0
This commit is contained in:
parent
930ea819a5
commit
a1d977e78b
1 changed files with 2 additions and 1 deletions
|
|
@ -227,6 +227,8 @@ unmount drives and view them in a file manager.")
|
|||
(sha256
|
||||
(base32 "1nmhg3v73p8yapmvp3chac3vi6jpjwmc0jj28ksbmdrp952yaygb"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools perl))
|
||||
(inputs
|
||||
|
|
@ -244,7 +246,6 @@ unmount drives and view them in a file manager.")
|
|||
kwindowsystem
|
||||
libxml2
|
||||
breeze-icons ;; default icon set
|
||||
qtbase
|
||||
xapian
|
||||
qtwayland
|
||||
qtwebengine))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue