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:
Hartmut Goebel 2017-09-19 19:47:07 +02:00
parent 91499e4524
commit 7a8287da25
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 0 deletions

View File

@ -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)