mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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
This commit is contained in:
parent
56e6e84cc3
commit
085f12b34e
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue