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

* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
This commit is contained in:
Hartmut Goebel 2017-09-19 19:39:51 +02:00
parent 868b1a025a
commit f8127d2644
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1767,7 +1767,8 @@ (define-public qtkeychain
(base32 "0bxi5pfhxdvwk8yxa06lk2d7lcibmfqhahbin82bqf3m341zd4ml"))))
(build-system cmake-build-system)
(native-inputs
`(("qttools" ,qttools)))
`(("pkg-config" ,pkg-config)
("qttools" ,qttools)))
(inputs
`(("qtbase" ,qtbase)))
(arguments