all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74529] [PATCH] gnu: plasma-nm: Add missing inputs.
@ 2024-11-25 15:06 Zheng Junjie
  0 siblings, 0 replies; only message in thread
From: Zheng Junjie @ 2024-11-25 15:06 UTC (permalink / raw)
  To: 74529

* gnu/packages/kde-plasma.scm (plasma-nm)[inputs]: Add
mobile-broadband-provider-info.
[arguments]: Stop replace 'check phase.

Change-Id: I82b220694e26b48f190c1c5d6609da39e955cc30
---
 gnu/packages/kde-plasma.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 36e05877069..e30f6def406 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2261,12 +2261,7 @@ (define-public plasma-nm
                 "1q85ynvgrz58bgpscmz0wa8llfvzcarnzknh026gcapkih84gbql"))))
     (build-system qt-build-system)
     (arguments
-     (list #:qtbase qtbase
-           #:phases #~(modify-phases %standard-phases
-                        (replace 'check
-                          (lambda* (#:key tests? #:allow-other-keys)
-                            (when tests?
-                              (invoke "ctest" "-E" "mobileproviderstest")))))))
+     (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules pkg-config))
     (home-page "https://invent.kde.org/plasma/plasma-nm")
     (inputs (list kconfigwidgets
@@ -2281,6 +2276,7 @@ (define-public plasma-nm
                   knotifications
                   kirigami
                   libplasma
+                  mobile-broadband-provider-info
                   modemmanager-qt
                   network-manager
                   qca-qt6

base-commit: 827ec92f44d1b1daedc5446146801183560e861b
prerequisite-patch-id: 0509905c24bb0a4a1a1d4c947af00ab44ef0be95
prerequisite-patch-id: 7faf0fdfc6da89cc3e541e58de24de3f9efe47c0
prerequisite-patch-id: f1a19f643d1177f3c5bac509ebc44964a5ee6871
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-25 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 15:06 [bug#74529] [PATCH] gnu: plasma-nm: Add missing inputs Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.