diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-17 00:08:48 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-17 00:08:48 +0900 |
commit | 085f12b34e35fc187e84586fcf92902e8125b8cc (patch) | |
tree | 82ab43cf81bbc41a1dbe8f009009c45cecf7b249 | |
parent | 56e6e84cc3fa25825b6d7c35d9773f3fb43b9c3d (diff) | |
download | guix-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-x | etc/teams.scm | 1 |
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" |