mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: qgpgme: Rename to qgpgme-qt5.
* gnu/packages/gnupg.scm (qgpgme): Rename to... (qgpgme-qt5): ...this. [name]: Change to qgpgme-qt5. * gnu/packages/kde-frameworks.scm (kwallet-5): Rename input accordingly.
This commit is contained in:
parent
1df4dddf96
commit
eb0711c636
2 changed files with 3 additions and 3 deletions
|
|
@ -466,10 +466,10 @@ instead. This way bug fixes or improvements can be done at a central place
|
|||
and every application benefits from this.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public qgpgme
|
||||
(define-public qgpgme-qt5
|
||||
(package
|
||||
(inherit gpgme)
|
||||
(name "qgpgme")
|
||||
(name "qgpgme-qt5")
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
|||
|
|
@ -4574,7 +4574,7 @@ the passwords on KDE work spaces.")
|
|||
kwindowsystem-5
|
||||
libgcrypt
|
||||
phonon-qt5
|
||||
qgpgme
|
||||
qgpgme-qt5
|
||||
qca
|
||||
qtbase-5))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue