mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
teams: Add kde team.
* etc/teams.scm (kde): New team. Change-Id: I284813a796fb520c014d36347bba7a59e5e6ee58
This commit is contained in:
parent
ab0b6e920f
commit
aa26f5a1f7
1 changed files with 8 additions and 0 deletions
|
|
@ -606,6 +606,14 @@ GLib/GIO, GTK, GStreamer and Webkit."
|
|||
"guix/build/glib-or-gtk-build-system.scm"
|
||||
"guix/build/meson-build-system.scm")))
|
||||
|
||||
(define-team kde
|
||||
(team 'kde
|
||||
#:name "KDE team"
|
||||
#:description
|
||||
"The plasma desktop environment, and KDE Applications."
|
||||
#:scope (list (make-regexp* "^gnu/packages/(kde)(-.+|)\\.scm$")
|
||||
"gnu/packages/education.scm")))
|
||||
|
||||
(define-team xfce
|
||||
(team 'xfce
|
||||
#:name "Xfce team"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue