GNU bug report logs -
#74440
[PATCH 0/2] Add C/C++ team.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 19 Nov 2024 21:25:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 74440 <at> debbugs.gnu.org (full text, mbox):
* etc/teams.scm (c++): New team.
---
etc/teams.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index ddd790a03f..2e2f938230 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -609,6 +609,20 @@ (define-team zig
"guix/build/zig-build-system.scm"
"guix/build-system/zig.scm")))
+(define-team c++
+ (team 'c++
+ #:name "C/C++ team"
+ #:description
+ "C and C++ compilers, libraries, tools, and programs"
+ #:scope (list "gnu/packages/c.scm"
+ "gnu/packages/cpp.scm"
+ "gnu/packages/llvm.scm"
+ "gnu/packages/llvm-meta.scm"
+ "gnu/packages/ninja.scm"
+ "gnu/packages/valgrind.scm"
+ "gnu/build/cmake-build-system.scm"
+ "gnu/build-system/cmake.scm")))
+
(define-member (person "Eric Bavier"
"bavier <at> posteo.net")
--
2.46.0
This bug report was last modified 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.