GNU bug report logs - #74529
[PATCH] gnu: plasma-nm: Add missing inputs.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Mon, 25 Nov 2024 15:10:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74529 in the body.
You can then email your comments to 74529 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74529; Package guix-patches. (Mon, 25 Nov 2024 15:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 25 Nov 2024 15:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: plasma-nm: Add missing inputs.
Date: Mon, 25 Nov 2024 23:06:29 +0800
* 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





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 01 Dec 2024 11:09:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Sun, 01 Dec 2024 11:09:02 GMT) Full text and rfc822 format available.

Message #10 received at 74529-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 74529-done <at> debbugs.gnu.org
Subject: Re: [bug#74529] [PATCH] gnu: plasma-nm: Add missing inputs.
Date: Sun, 01 Dec 2024 19:07:55 +0800
[Message part 1 (text/plain, inline)]
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:

> * 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

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 29 Dec 2024 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.