diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-18 21:56:55 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-18 21:59:18 +0900 |
commit | 6b5fc4812981f2cadffcc5d39e48cd8e02ee73af (patch) | |
tree | a815d876a6d83041707bbd65f631019cdbad81cc | |
parent | 17c34fe73ddef7411ac91ff2e568aa0b8d7761cb (diff) | |
download | guix-6b5fc4812981f2cadffcc5d39e48cd8e02ee73af.tar.gz guix-6b5fc4812981f2cadffcc5d39e48cd8e02ee73af.zip |
teams: Add etc/teams/gnome to gnome-team's scope.
* etc/teams.scm (gnome): Register etc/teams/gnome to scope.
Change-Id: I7e55b306104c235d165ab138397b767f1af5c124
-rwxr-xr-x | etc/teams.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index 3b6a2727e8..9a729da8a8 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -10,7 +10,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022-2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org> -;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> +;;; Copyright © 2022, 2023, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com> ;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org> ;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org> @@ -301,7 +301,8 @@ ecosystem." #:description "The Gnome desktop environment, along with core technologies such as GLib/GIO, GTK, GStreamer and Webkit." - #:scope (list "gnu/packages/glib.scm" + #:scope (list (make-regexp* "etc/teams/gnome") + "gnu/packages/glib.scm" "gnu/packages/gstreamer.scm" "gnu/packages/gtk.scm" "gnu/packages/gnome.scm" |