GNU bug report logs -
#76253
[PATCH] gnu: plasma-pass: Update to 1.2.2-0.74c011b.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Thu, 13 Feb 2025 07:36:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
QML modules need to be propagated so that QML files can find them in
$QML_IMPORT_PATH.
* gnu/packages/kde-plasma.scm (plasma-pass)[inputs]: Remove libplasma and
qtdeclarative.
[propagated-inputs]: Add libplasma, qtdeclarative and kirigami.
Change-Id: If57e26f811b85bfdc50b31d5907220782e44f90b
---
gnu/packages/kde-plasma.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 621a0cb167..8737d77ad4 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2446,11 +2446,11 @@ (define-public plasma-pass
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list ki18n kitemmodels kwindowsystem kio
- libplasma
oath-toolkit
plasma5support
- qgpgme-qt6
- qtdeclarative))
+ qgpgme-qt6))
+ (propagated-inputs
+ (list kirigami libplasma qtdeclarative))
(arguments (list #:qtbase qtbase
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
(home-page "https://invent.kde.org/plasma/plasma-pass")
--
2.47.1
This bug report was last modified 69 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.