diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-12 19:38:56 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:33 +0200 |
| commit | 3119e65365f6e5e1b17c7d6b87a97c63666f2787 (patch) | |
| tree | 1c243f0614fd0c08c93d800773f448bd15a90290 /gnu/packages/kde-frameworks.scm | |
| parent | e08d385155fb5ed30e073575279ca7da7a26b7f7 (diff) | |
gnu: kwallet: Build with newer gpgme.
* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Remove gpgme; add
gpgme-2.
Merges guix/guix!8544
Change-Id: I06b46d0add86c1e7cf7bcc9032e326f88ae0b486
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
| -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 5b41ce1a236..22b8a967527 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm | |||
| @@ -4542,7 +4542,7 @@ to separate the structure of documents from the data they contain.") | |||
| 4542 | (native-inputs | 4542 | (native-inputs |
| 4543 | (list extra-cmake-modules kdoctools pkg-config)) | 4543 | (list extra-cmake-modules kdoctools pkg-config)) |
| 4544 | (inputs | 4544 | (inputs |
| 4545 | (list gpgme | 4545 | (list gpgme-2 |
| 4546 | kauth | 4546 | kauth |
| 4547 | kcodecs | 4547 | kcodecs |
| 4548 | kconfig | 4548 | kconfig |
