guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/24: services: hurd: Populate system profile.


From: guix-commits
Subject: 14/24: services: hurd: Populate system profile.
Date: Mon, 8 Jun 2020 08:37:28 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit c03e513a41ff983703e010b2bb636ed7f8188281
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 3 16:37:27 2020 +0200

    services: hurd: Populate system profile.
    
    * gnu/system.scm (hurd-default-essential-services): Populate profile with
    packages.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index cca1c09..ce574d8 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]