[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45222] [PATCH] gnu: kactvities: Use qt-build-system.
From: |
Hartmut Goebel |
Subject: |
[bug#45222] [PATCH] gnu: kactvities: Use qt-build-system. |
Date: |
Sun, 13 Dec 2020 16:41:59 +0100 |
* gnu/packages/kde-frameworks.scm (kactvities): Use qt-build-system.
---
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 2f4d521217..9ecbf75d34 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1472,7 +1472,7 @@ uses a job-based interface to queue tasks and execute
them in an efficient way."
(sha256
(base32
"1whsp0f87lrcn61s9rfhy0aj68hm6zgfa38mq6frlkcjksi0z1vn"))))
- (build-system cmake-build-system)
+ (build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs
--
2.21.3
- [bug#45222] [PATCH] gnu: kactvities: Use qt-build-system.,
Hartmut Goebel <=