[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch staging updated: gnu: kconfigwidgets: Build with qttools@5.
From: |
guix-commits |
Subject: |
branch staging updated: gnu: kconfigwidgets: Build with qttools@5. |
Date: |
Sat, 10 Sep 2022 07:43:54 -0400 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new cbc3911029 gnu: kconfigwidgets: Build with qttools@5.
cbc3911029 is described below
commit cbc391102966336a1a175204ebbf4aeec66e3018
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 12:50:52 2022 +0200
gnu: kconfigwidgets: Build with qttools@5.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]: Change
from
QTTOOLS to QTTOOLS-5.
---
gnu/packages/kde-frameworks.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9e8d3fa5f8..bec8ff1c51 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2203,7 +2203,7 @@ KCModules can be created with the KConfigWidgets
framework.")
(propagated-inputs
(list kauth kcodecs kconfig kwidgetsaddons))
(native-inputs
- (list extra-cmake-modules kdoctools qttools))
+ (list extra-cmake-modules kdoctools qttools-5))
(inputs
(list kcoreaddons
kguiaddons
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch staging updated: gnu: kconfigwidgets: Build with qttools@5.,
guix-commits <=