mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 07:00:37 +02:00
gnu: plasma-nm: Add missing inputs.
* gnu/packages/kde-plasma.scm (plasma-nm)[inputs]: Add mobile-broadband-provider-info. [arguments]: Stop replace 'check phase. Change-Id: I82b220694e26b48f190c1c5d6609da39e955cc30
This commit is contained in:
@@ -2261,12 +2261,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||
"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 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||
knotifications
|
||||
kirigami
|
||||
libplasma
|
||||
mobile-broadband-provider-info
|
||||
modemmanager-qt
|
||||
network-manager
|
||||
qca-qt6
|
||||
|
||||
Reference in New Issue
Block a user