mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: akonadi: Correct input for Qt6.
* gnu/packages/kde-pim.scm (akonadi)[inputs]: Replace signond by signond-qt6. Change-Id: I5c5466720f40f83d323c34bb58fbcaa6addb9b5c Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user