From: Jan (janneke) Nieuwenhuizen Date: Sun, 3 May 2020 12:13:58 +0000 (+0200) Subject: system: hurd: Add hurd-default-essential-services. X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/45b2cb439deaa2f438aed3893ee8fc80445d5563 system: hurd: Add hurd-default-essential-services. * gnu/system.scm (hurd-default-essential-services): New procedure. --- diff --git a/gnu/system.scm b/gnu/system.scm index 61cbaef280..79f52acc23 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Florian Pelz ;;; Copyright © 2020 Maxim Cournoyer +;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen ;;; ;;; This file is part of GNU Guix. ;;; @@ -127,6 +128,8 @@ operating-system-with-gc-roots operating-system-with-provenance + hurd-default-essential-services + boot-parameters boot-parameters? boot-parameters-label @@ -574,6 +577,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