mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add libaccounts-qt6.
* gnu/packages/qt.scm (libaccounts-qt6): New variable. Change-Id: I00694879d46aebbb4a746bf75283340e27efc1ab
This commit is contained in:
parent
c5efa0bccc
commit
a6c7e3efd7
1 changed files with 9 additions and 0 deletions
|
@ -5248,6 +5248,15 @@ (define-public libaccounts-qt
|
|||
credentials and service-specific settings.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public libaccounts-qt6
|
||||
(package
|
||||
(inherit libaccounts-qt)
|
||||
(name "libaccounts-qt6")
|
||||
(native-inputs (modify-inputs (package-native-inputs libaccounts-qt)
|
||||
(replace "qtbase" qtbase)
|
||||
(replace "qttools" qttools)))
|
||||
(synopsis "Qt6 bindings for libaccounts-glib")))
|
||||
|
||||
(define-public libsignon-glib
|
||||
(package
|
||||
(name "libsignon-glib")
|
||||
|
|
Loading…
Reference in a new issue