system: Mark 'services' field as thunked.

This allows us to make services dependent on (%current-system), for
example.

* gnu/system.scm (<operating-system>)[services]: Mark as thunked.
This commit is contained in:
Ludovic Courtès 2021-12-08 15:27:06 +01:00
parent 20e6446a68
commit 24ead149db
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -267,6 +267,7 @@
(default (operating-system-default-essential-services
this-operating-system)))
(services operating-system-user-services ; list of services
(thunked) ;allow for system-dependent services
(default %base-services))
(pam-services operating-system-pam-services ; list of PAM services