Skip to content
Snippets Groups Projects
Unverified Commit faec8b8f authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

gnu: plasma-framework: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add
  pkg-config. [inputs]: Add kwayland.
parent 37aa54b7
No related branches found
No related tags found
No related merge requests found
......@@ -2916,7 +2916,8 @@ (define-public plasma-framework
`(("kpackage" ,kpackage)
("kservice" ,kservice)))
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
`(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)))
(inputs
`(("kactivities" ,kactivities)
("karchive" ,karchive)
......@@ -2938,6 +2939,7 @@ (define-public plasma-framework
("ki18n" ,ki18n)
("kjobwidgets" ,kjobwidgets)
("knotificantions" ,knotifications)
("kwayland" ,kwayland)
("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment