guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/23: gnu: qtkeychain: Reduce the number of warnings when configuring.


From: Hartmut Goebel
Subject: 07/23: gnu: qtkeychain: Reduce the number of warnings when configuring.
Date: Fri, 22 Sep 2017 08:55:30 -0400 (EDT)

htgoebel pushed a commit to branch wip-qt-paths
in repository guix.

commit c72ecec933cd6524dd8a7e9381c4166a83486b81
Author: Hartmut Goebel <address@hidden>
Date:   Tue Sep 19 19:39:51 2017 +0200

    gnu: qtkeychain: Reduce the number of warnings when configuring.
    
    * gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 521ad90..27e3757 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1549,7 +1549,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]