summaryrefslogtreecommitdiff
path: root/px/packages/themes.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2024-07-25 09:35:26 +0100
committerFranz Geffke <m@f-a.nz>2024-07-25 09:35:26 +0100
commitf5316871575d87e5dfc7a477c379604a63816b6e (patch)
tree15bde2ed17321644c89abce071cea932f6d02738 /px/packages/themes.scm
parentfec66dbec4487dcd6741b2f3a46ca69143670267 (diff)
px: px-widget-style: Fixed build
Diffstat (limited to 'px/packages/themes.scm')
-rw-r--r--px/packages/themes.scm25
1 files changed, 13 insertions, 12 deletions
diff --git a/px/packages/themes.scm b/px/packages/themes.scm
index 365c79c..9bfa505 100644
--- a/px/packages/themes.scm
+++ b/px/packages/themes.scm
@@ -26,7 +26,8 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages web)
#:use-module (gnu packages admin)
- #:use-module (gnu packages xml))
+ #:use-module (gnu packages xml)
+ #:use-module (px packages kde-plasma))
;; TODO: DROP IF OBSOLETE
(define-public px-widget-style
@@ -50,17 +51,17 @@
;; Package type "Plasma/LookAndFeel" not found
;; TODO: Unknown property type for key "X-KDE-ParentApp",
;; "X-Plasma-MainScript"
- (inputs `(("kcmutils" ,kcmutils)
- ("kconfigwidgets" ,kconfigwidgets)
- ("kcoreaddons" ,kcoreaddons)
- ("kde-frameworkintegration" ,kde-frameworkintegration)
- ("kdecoration" ,kdecoration)
- ("kguiaddons" ,kguiaddons)
- ("ki18n" ,ki18n)
- ("kiconthemes" ,kiconthemes)
- ("kpackage" ,kpackage)
- ("kwayland" ,kwayland)
- ("kwindowsystem" ,kwindowsystem)
+ (inputs `(("kcmutils" ,kcmutils-5)
+ ("kconfigwidgets" ,kconfigwidgets-5)
+ ("kcoreaddons" ,kcoreaddons-5)
+ ("kde-frameworkintegration" ,kde-frameworkintegration-5)
+ ("kdecoration" ,kdecoration-5)
+ ("kguiaddons" ,kguiaddons-5)
+ ("ki18n" ,ki18n-5)
+ ("kiconthemes" ,kiconthemes-5)
+ ("kpackage" ,kpackage-5)
+ ("kwayland" ,kwayland-5)
+ ("kwindowsystem" ,kwindowsystem-5)
("plasma-framework" ,plasma-framework) ;missing in CMakeList.txt
;; ("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative-5)