diff options
| author | Sughosha <sughosha@disroot.org> | 2026-06-28 18:21:07 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-07-05 13:39:09 +0530 |
| commit | 3faf8ae749f7bbbb96d0311fb1afa064295c3d49 (patch) | |
| tree | 9c5133910b6731a13790392fe485dcdc18e95091 /gnu | |
| parent | 6f364a1051f7dc96ef4cb00236a69e4e229161f9 (diff) | |
gnu: kdeconnect: Fix loading the plasmoid.
* gnu/packages/kde-internet.scm (kdeconnect)[inputs]: Remove kirigami, qtbase,
and qtdeclarative.
[propagated-inputs]: Add kconfig, kdeclarative, kirigami, libplasma, qtbase,
and qtdeclarative.
Change-Id: Ibf213ecda70a57735845bb370a560809e7cd8ce1
Fixes: #9508
Merges: !9593
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-internet.scm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index f2299d675d4..46916ba9fb4 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm | |||
| @@ -349,6 +349,14 @@ This package is part of the KDE networking module.") | |||
| 349 | (("kdeconnectd") | 349 | (("kdeconnectd") |
| 350 | (string-append #$output "/bin/kdeconnectd")))))) | 350 | (string-append #$output "/bin/kdeconnectd")))))) |
| 351 | #:tests? #f)) ; tests fail hard in our build environment | 351 | #:tests? #f)) ; tests fail hard in our build environment |
| 352 | ;; These packages are required by the QML modules. | ||
| 353 | (propagated-inputs | ||
| 354 | (list kconfig | ||
| 355 | kdeclarative | ||
| 356 | kirigami | ||
| 357 | libplasma | ||
| 358 | qtbase ;for QML_IMPORT_PATH | ||
| 359 | qtdeclarative)) | ||
| 352 | (native-inputs | 360 | (native-inputs |
| 353 | (list extra-cmake-modules | 361 | (list extra-cmake-modules |
| 354 | kdoctools | 362 | kdoctools |
| @@ -366,7 +374,6 @@ This package is part of the KDE networking module.") | |||
| 366 | ki18n | 374 | ki18n |
| 367 | kiconthemes | 375 | kiconthemes |
| 368 | kio | 376 | kio |
| 369 | kirigami | ||
| 370 | kirigami-addons | 377 | kirigami-addons |
| 371 | kitemmodels | 378 | kitemmodels |
| 372 | knotifications | 379 | knotifications |
| @@ -380,9 +387,7 @@ This package is part of the KDE networking module.") | |||
| 380 | pulseaudio-qt | 387 | pulseaudio-qt |
| 381 | qca-qt6 | 388 | qca-qt6 |
| 382 | qqc2-desktop-style | 389 | qqc2-desktop-style |
| 383 | qtbase | ||
| 384 | qtconnectivity | 390 | qtconnectivity |
| 385 | qtdeclarative | ||
| 386 | qtmultimedia | 391 | qtmultimedia |
| 387 | qtwayland | 392 | qtwayland |
| 388 | qtsvg | 393 | qtsvg |
