From 24ead149dbadbaad56f22a89b394bc6fcdc73b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 8 Dec 2021 15:27:06 +0100 Subject: system: Mark 'services' field as thunked. This allows us to make services dependent on (%current-system), for example. * gnu/system.scm ()[services]: Mark as thunked. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index 79c3c8130c..088c62ddde 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -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 -- cgit v1.2.3