mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
etc: Add hare team.
* etc/teams.scm (hare): New team. Change-Id: I953983c923e5970c62a0d03b126f8373a2eecde0 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
214e0caf6a
commit
6599a7d102
1 changed files with 9 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
|
|||
;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org>
|
||||
;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
|
||||
;;; Copyright © 2025 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2025 jgart <jgart@dismail.de>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -697,6 +698,14 @@ GLib/GIO, GTK, GStreamer and Webkit."
|
|||
"guix/scripts/import/go.scm"
|
||||
"tests/import/go.scm")))
|
||||
|
||||
(define-team hare
|
||||
(team 'hare
|
||||
#:name "Hare"
|
||||
#:scope (list "gnu/packages/hare.scm"
|
||||
"gnu/packages/hare-xyz.scm"
|
||||
"guix/build-system/hare.scm"
|
||||
"guix/build/hare-build-system.scm")))
|
||||
|
||||
(define-team haskell
|
||||
(team 'haskell
|
||||
#:name "Haskell team"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue