diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-09-19 19:47:07 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-13 13:53:50 +0200 |
commit | 7a8287da258426724e4f78e16b764b9828246b6f (patch) | |
tree | 04d7ffb731024d05467857aaba06413433db558e /gnu/packages/kde-frameworks.scm | |
parent | 91499e4524ea6696bb1adc30d930915d397708eb (diff) | |
download | patches-7a8287da258426724e4f78e16b764b9828246b6f.tar patches-7a8287da258426724e4f78e16b764b9828246b6f.tar.gz |
gnu: kglobalaccel: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
pkg-config.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |