From 7a8287da258426724e4f78e16b764b9828246b6f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Tue, 19 Sep 2017 19:47:07 +0200 Subject: gnu: kglobalaccel: Reduce the number of warnings when configuring. * gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add pkg-config. --- gnu/packages/kde-frameworks.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/kde-frameworks.scm') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 88be402f5d..acba3c43c5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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) -- cgit v1.2.3