guix-commits
[Top][All Lists]
Advanced

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

04/12: system: hurd: Add hurd-default-essential-services.


From: guix-commits
Subject: 04/12: system: hurd: Add hurd-default-essential-services.
Date: Sun, 3 May 2020 17:13:38 -0400 (EDT)

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

commit 0eef20ab64e404e10a6c9b5f06a86f45c2aea1e4
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun May 3 14:13:58 2020 +0200

    system: hurd: Add hurd-default-essential-services.
    
    * gnu/system.scm (hurd-default-essential-services): New procedure.
---
 gnu/system.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 99ce66a..e3ec9b0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2020 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;; Copyright © 2020 Florian Pelz <address@hidden>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -125,6 +126,8 @@
             operating-system-with-gc-roots
             operating-system-with-provenance
 
+            hurd-default-essential-services
+
             boot-parameters
             boot-parameters?
             boot-parameters-label
@@ -572,6 +575,10 @@ bookkeeping."
                          (service firmware-service-type
                                   (operating-system-firmware os)))))))
 
+(define (hurd-default-essential-services os)
+  (list (service system-service-type '())
+        (service profile-service-type '())))
+
 (define* (operating-system-services os)
   "Return all the services of OS, including \"essential\" services."
   (instantiate-missing-services



reply via email to

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