diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-09-19 19:45:10 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-13 13:53:49 +0200 |
commit | 91499e4524ea6696bb1adc30d930915d397708eb (patch) | |
tree | c65c7e1282dfc085533092e32c2f6882a2949215 /gnu/packages/kde-frameworks.scm | |
parent | 455a0bf50cc035cd6e1a68411dc68b4a505a9b5d (diff) | |
download | patches-91499e4524ea6696bb1adc30d930915d397708eb.tar 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.scm | 1 |
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) |