diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-09-19 19:39:51 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-13 13:53:41 +0200 |
commit | f8127d2644898ed73dfbd0f1dc3c97a6a0f63588 (patch) | |
tree | d54150d6626470fb1757d07d7c046c6f0b3af2e1 /gnu/packages/qt.scm | |
parent | 868b1a025a5d34481cb22c8a653b61d7bc39684d (diff) |
gnu: qtkeychain: Reduce the number of warnings when configuring.
* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 416ae7cf59..a74ea01796 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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 |