services: hurd: Populate system profile.

* gnu/system.scm (hurd-default-essential-services): Populate profile with
packages.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-05-03 16:37:27 +02:00 committed by Jan Nieuwenhuizen
parent f5ca79d2a2
commit c03e513a41
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ bookkeeping."
%boot-service
%activation-service
(operating-system-etc-service os)
(service profile-service-type '())))
(service profile-service-type (operating-system-packages os))))
(define* (operating-system-services os)
"Return all the services of OS, including \"essential\" services."