mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: 'fold-service-types' honors its seed.
* gnu/services.scm (fold-service-types): Use SEED instead of '().
This commit is contained in:
parent
23735137eb
commit
a3d37f3ae5
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ (define* (fold-service-types proc seed
|
|||
(if (service-type? object)
|
||||
(proc object result)
|
||||
result))
|
||||
'()
|
||||
seed
|
||||
modules))
|
||||
|
||||
;; Services of a given type.
|
||||
|
|
Loading…
Reference in a new issue