gnu: partitionmanager: Move to kde-systemtools.scm.

* gnu/packages/kde.scm (partitionmanager): Delete variable.
* gnu/packages/kde-systemtools.scm (partitionmanager): New variable.
* gnu/packages/kde-plasma.scm (plasma)[inputs]: Resolve partitionmanager.

Change-Id: I568b520acbfdb9bb3c61292cde496ced68dbaf30
This commit is contained in:
Sughosha 2025-09-18 17:56:27 +05:30 committed by Zheng Junjie
parent aea04883d0
commit dc63eb7d5c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
3 changed files with 44 additions and 45 deletions

View file

@ -1852,7 +1852,6 @@ on top of Baloo.")
milou
ocean-sound-theme
oxygen-sounds
partitionmanager
plasma5support ;required by sddm breeze theme
plasma-browser-integration
plasma-desktop
@ -1893,6 +1892,10 @@ on top of Baloo.")
(resolve-interface
'(gnu packages kde-systemtools))
'kwalletmanager)
(module-ref
(resolve-interface
'(gnu packages kde-systemtools))
'partitionmanager)
spectacle))
;; plasma-thunderbolt ;waiting for bolt
(synopsis "The KDE Plasma desktop environment")