~ruther/guix-local

7a8287da258426724e4f78e16b764b9828246b6f — Hartmut Goebel 8 years ago 91499e4
gnu: kglobalaccel: Reduce the number of warnings when configuring.

* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
  pkg-config.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +1 -0
@@ 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)