1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: 'fold-service-types' honors its seed.

* gnu/services.scm (fold-service-types): Use SEED instead of '().
This commit is contained in:
Ludovic Courtès
2017-11-08 13:24:24 +01:00
parent 23735137eb
commit a3d37f3ae5

View File

@@ -184,7 +184,7 @@ is used as the initial value of RESULT."
(if (service-type? object)
(proc object result)
result))
'()
seed
modules))
;; Services of a given type.