aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-17 00:08:48 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-17 00:08:48 +0900
commit085f12b34e35fc187e84586fcf92902e8125b8cc (patch)
tree82ab43cf81bbc41a1dbe8f009009c45cecf7b249
parent56e6e84cc3fa25825b6d7c35d9773f3fb43b9c3d (diff)
downloadguix-085f12b34e35fc187e84586fcf92902e8125b8cc.tar.gz
guix-085f12b34e35fc187e84586fcf92902e8125b8cc.zip
teams: Add linux-libre aux-files to kernel team's scope.
* etc/teams.scm (kernel) <#:scope>: Add a regex for linux-libre aux-files. Change-Id: I3cccd1d0fb0cfcd27f670ea996a0ac5a69ea79c0
-rwxr-xr-xetc/teams.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 1d33edb28f..3b6a2727e8 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -416,6 +416,7 @@ and the maven-build-system."
(team 'kernel
#:name "Linux-libre kernel team"
#:scope (list "gnu/build/linux-modules.scm"
+ (make-regexp* "^gnu/packages/aux-files/linux-libre.*$")
"gnu/packages/linux.scm"
"gnu/tests/linux-modules.scm"
"guix/build/linux-module-build-system.scm"