diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-23 15:07:46 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:41 +0100 |
| commit | 8384dc2e6ee81ea840182c80a7c362a6be8c5988 (patch) | |
| tree | 3ade4d7f421ac5272b00fc8c146edb45e31c53ae /gnu | |
| parent | 14a04f0d782244e2e91540447695236d30fa5589 (diff) | |
gnu: plasma-desktop: Remove outdated input.
signon-plugin-oauth2 uses signond, whereas plasma-desktop uses signond-qt6;
and plasma-desktop does not retain a reference to signon-plugin-oauth2.
* gnu/packages/kde-plasma.scm (plasma-desktop)[inputs]: Remove
signon-plugin-oauth2.
Fixes: guix/guix#5440
Change-Id: I0f5b0debf996d3ea9d71f16e996bd2874292ef6f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-plasma.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 86b3f5315a1..91e14794cd1 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2088,7 +2088,6 @@ the KDE Plasma 6 desktop.") ;; require QtWaylandScanner qtwayland)) (inputs (list packagekit-qt6 - signon-plugin-oauth2 signond-qt6 attica appstream-qt6 |
