guix-patches
[Top][All Lists]
Advanced

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

[bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings


From: Hartmut Goebel
Subject: [bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring.
Date: Fri, 6 Oct 2017 14:16:15 +0200

* 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 6446a1043..31852b632 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1561,7 +1561,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
-- 
2.13.5






reply via email to

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