guix-patches
[Top][All Lists]
Advanced

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

[bug#64635] [PATCH] etc: Add a Qt team.


From: Maxim Cournoyer
Subject: [bug#64635] [PATCH] etc: Add a Qt team.
Date: Sat, 15 Jul 2023 22:54:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Freitag, dem 14.07.2023 um 23:37 -0400 schrieb Maxim Cournoyer:
>> * etc/teams.scm.in (qt): New variable.
>> (person): Register myself to it.
> Should probably be '("Maxim Cournoyer"): Add to qt team.'

Sure!  Done.

>> ---
>>  etc/teams.scm.in | 13 ++++++++++++-
>>  1 file changed, 12 insertions(+), 1 deletion(-)
>> 
>> diff --git a/etc/teams.scm.in b/etc/teams.scm.in
>> index 8c4ee24119..3f5a6c4db3 100644
>> --- a/etc/teams.scm.in
>> +++ b/etc/teams.scm.in
>> @@ -128,6 +128,17 @@ (define-team haskell
>>                "guix/import/stackage.scm"
>>                "guix/scripts/import/hackage.scm")))
>>  
>> +(define-team qt
>> +  (team 'qt
>> +        #:name "Qt team"
>> +        #:description
>> +        "The Qt toolkit/library and the qt-build-system,
>> +as well as some packages using Qt."
>> +        #:scope (list "gnu/packages/qt.scm"
>> +                      "guix/build-system/qt.scm"
>> +                      "guix/build/qt-build-system.scm"
>> +                      "guix/build/qt-utils.scm")))
>> +
>>  (define-team r
>>    (team 'r
>>          #:name "R team"
>> @@ -599,7 +610,7 @@ (define-member (person "Zhu Zihao"
>>  
>>  (define-member (person "Maxim Cournoyer"
>>                         "maxim.cournoyer@gmail.com")
>> -  gnome telephony)
>> +  gnome qt telephony)
> You might want to ask others to join before pushing, same for the
> telephony group.  While there still remains a chance that people will
> miss it, doing things solo tends to cause a lot of work.

I've reached out to guix-devel; we'll see!

-- 
Thanks,
Maxim

reply via email to

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