mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: akonadi: Correct input for Qt6.
* gnu/packages/kde-pim.scm (akonadi)[inputs]: Replace signond by signond-qt6. Change-Id: I5c5466720f40f83d323c34bb58fbcaa6addb9b5c
This commit is contained in:
parent
4bb7387297
commit
a63a26b32e
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ multi-floor indoor maps.")
|
|||
;; Do NOT add mysql or postgresql to the inputs. Otherwise the binaries
|
||||
;; and wrapped files will refer to them, even if the user choices none
|
||||
;; of these. Executables are searched on $PATH then.
|
||||
signond))
|
||||
signond-qt6))
|
||||
(propagated-inputs (list sqlite kaccounts-integration))
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue