diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-12 19:38:56 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-23 14:11:18 +0200 |
| commit | bf384bef8a9d1d916f596e9ae61ebfea0b90aa79 (patch) | |
| tree | 6b1806c6019f292d1d8977b23b9627516517e371 | |
| parent | 8254580eaad62ebbb3fc05ab326ec5863f1bd92d (diff) | |
gnu: kwallet-5: Build with newer gpgme.
* gnu/packages/kde-frameworks.scm (kwallet-5)[inputs]: Remove gpgme; add
gpgme-2.
Merges guix/guix!8544
Change-Id: I753a517649011858d49d3b4b685e7e62c847975b
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 936c719d76e..e8ed2341b58 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm | |||
| @@ -4585,7 +4585,7 @@ the passwords on KDE work spaces.") | |||
| 4585 | (native-inputs | 4585 | (native-inputs |
| 4586 | (list extra-cmake-modules kdoctools-5)) | 4586 | (list extra-cmake-modules kdoctools-5)) |
| 4587 | (inputs | 4587 | (inputs |
| 4588 | (list gpgme | 4588 | (list gpgme-2 |
| 4589 | kauth-5 | 4589 | kauth-5 |
| 4590 | kcodecs-5 | 4590 | kcodecs-5 |
| 4591 | kconfig-5 | 4591 | kconfig-5 |
