guix-commits
[Top][All Lists]
Advanced

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

branch wip-hurd-vm updated: squash! services: hurd: Remove hurd-user-pro


From: guix-commits
Subject: branch wip-hurd-vm updated: squash! services: hurd: Remove hurd-user-processes-service-type.
Date: Sun, 26 Apr 2020 06:27:42 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-hurd-vm by this push:
     new 6f077f4  squash! services: hurd: Remove 
hurd-user-processes-service-type.
6f077f4 is described below

commit 6f077f4dd88823e5422095889ba77a4b41ed9cb9
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 26 12:27:03 2020 +0200

    squash! services: hurd: Remove hurd-user-processes-service-type.
---
 gnu/system/hurd.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 8b4a2e2..ea28451 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -195,9 +195,7 @@ menuentry \"GNU\" {
   (@@ (gnu system) operating-system-etc-directory))
 
 (define (hurd-shepherd-services os)
-  (append-map hurd-service->shepherd-service
-              (cons (service hurd-user-processes-service-type)
-                    (operating-system-services os))))
+  (append-map hurd-service->shepherd-service (operating-system-services os)))
 
 (define* (cross-hurd-image #:key (hurd hurd) (gnumach gnumach) (os 
%hurd-default-operating-system))
   "Return a cross-built GNU/Hurd image."



reply via email to

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