1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: sonnet: Reduce the number of warnings when configuring.

* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
This commit is contained in:
Hartmut Goebel
2017-09-19 19:45:10 +02:00
parent 455a0bf50c
commit 91499e4524
+1
View File
@@ -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)