summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2017-09-19 19:45:10 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2017-10-13 13:53:49 +0200
commit91499e4524ea6696bb1adc30d930915d397708eb (patch)
treec65c7e1282dfc085533092e32c2f6882a2949215 /gnu/packages/kde-frameworks.scm
parent455a0bf50cc035cd6e1a68411dc68b4a505a9b5d (diff)
downloadguix-patches-91499e4524ea6696bb1adc30d930915d397708eb.tar
guix-patches-91499e4524ea6696bb1adc30d930915d397708eb.tar.gz
gnu: sonnet: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f4b9282033..88be402f5d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1271,6 +1271,7 @@ provides uniform access to generation of barcodes with data.")
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)
("qttools" ,qttools)))
(inputs
`(("hunspell" ,hunspell)