gnu: kglobalaccel: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add pkg-config.
This commit is contained in:
parent
91499e4524
commit
7a8287da25
|
@ -2275,6 +2275,7 @@ emoticons coming from different providers.")
|
|||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("kconfig" ,kconfig)
|
||||
|
|
Loading…
Reference in New Issue