* [bug#45222] [PATCH] gnu: kactvities: Use qt-build-system.
@ 2020-12-13 15:41 Hartmut Goebel
2020-12-17 19:59 ` Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Hartmut Goebel @ 2020-12-13 15:41 UTC (permalink / raw)
To: 45222
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#45222] [PATCH] gnu: kactvities: Use qt-build-system.
2020-12-13 15:41 [bug#45222] [PATCH] gnu: kactvities: Use qt-build-system Hartmut Goebel
@ 2020-12-17 19:59 ` Efraim Flashner
2020-12-18 18:23 ` bug#45222: " Hartmut Goebel
0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2020-12-17 19:59 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: 45222
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]
On Sun, Dec 13, 2020 at 04:41:59PM +0100, Hartmut Goebel wrote:
> * gnu/packages/kde-frameworks.scm (kactvities): Use qt-build-system.
This should be:
* gnu/packages/kde-frameworks.scm (kactvities)[build-system]: 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
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#45222: [PATCH] gnu: kactvities: Use qt-build-system.
2020-12-17 19:59 ` Efraim Flashner
@ 2020-12-18 18:23 ` Hartmut Goebel
0 siblings, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2020-12-18 18:23 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 45222-close
Am 17.12.20 um 20:59 schrieb Efraim Flashner:
> This should be:
> * gnu/packages/kde-frameworks.scm (kactvities)[build-system]: Use qt-build-system.
Thanks for the review. I updated the message, fixed another typo and
pushed as c4c059ef3fe2914f67db90230c02dcb24a94a054.
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-18 18:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-13 15:41 [bug#45222] [PATCH] gnu: kactvities: Use qt-build-system Hartmut Goebel
2020-12-17 19:59 ` Efraim Flashner
2020-12-18 18:23 ` bug#45222: " Hartmut Goebel
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).