guix-commits
[Top][All Lists]
Advanced

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

branch wip-guix-home updated: home-services: shepherd: Remove G_ from sh


From: guix-commits
Subject: branch wip-guix-home updated: home-services: shepherd: Remove G_ from shepherd.conf's G-exp
Date: Mon, 06 Sep 2021 07:22:09 -0400

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

wigust pushed a commit to branch wip-guix-home
in repository guix.

The following commit(s) were added to refs/heads/wip-guix-home by this push:
     new f0eecd8  home-services: shepherd: Remove G_ from shepherd.conf's G-exp
f0eecd8 is described below

commit f0eecd88e86cab2930bbff6f5b5822dd487cbe8e
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Sep 6 11:50:57 2021 +0300

    home-services: shepherd: Remove G_ from shepherd.conf's G-exp
    
    * gnu/home-services/shepherd.scm: Remove G_ from shepherd.conf.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/home-services/shepherd.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/home-services/shepherd.scm b/gnu/home-services/shepherd.scm
index 04366f4..b9fd3c3 100644
--- a/gnu/home-services/shepherd.scm
+++ b/gnu/home-services/shepherd.scm
@@ -23,7 +23,6 @@
   #:use-module (gnu services shepherd)
   #:use-module (guix sets)
   #:use-module (guix gexp)
-  #:use-module (guix i18n)
   #:use-module (guix records)
 
   #:use-module (srfi srfi-1)
@@ -61,7 +60,7 @@ as shepherd package."
             (lambda (file) (load file))
             '#$files))
           (action 'root 'daemonize)
-          (format #t (G_ "Starting services...~%"))
+          (format #t "Starting services...~%")
           (for-each
            (lambda (service) (start service))
            '#$(append-map shepherd-service-provision



reply via email to

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