~ruther/guix-local

f8127d2644898ed73dfbd0f1dc3c97a6a0f63588 — Hartmut Goebel 8 years ago 868b1a0
gnu: qtkeychain: Reduce the number of warnings when configuring.

* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +2 -1
@@ 1767,7 1767,8 @@ This package provides the Python bindings.")))
         (base32 "0bxi5pfhxdvwk8yxa06lk2d7lcibmfqhahbin82bqf3m341zd4ml"))))
    (build-system cmake-build-system)
    (native-inputs
     `(("qttools" ,qttools)))
     `(("pkg-config" ,pkg-config)
       ("qttools" ,qttools)))
    (inputs
     `(("qtbase" ,qtbase)))
    (arguments