guix-commits
[Top][All Lists]
Advanced

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

02/07: maint: Use 'G_' in build-aux/ scripts.


From: Ludovic Courtès
Subject: 02/07: maint: Use 'G_' in build-aux/ scripts.
Date: Mon, 8 May 2017 10:29:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c8ba269c26c85c5eae6bf5be9add881111c18a22
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 8 14:24:09 2017 +0200

    maint: Use 'G_' in build-aux/ scripts.
    
    This is a followup to 69daee23af49aeafcb1d250c90860f9253da719e.
    
    * build-aux/check-final-inputs-self-contained.scm (assert-valid-substitute):
    Use 'G_' instead of '_'.
---
 build-aux/check-final-inputs-self-contained.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-aux/check-final-inputs-self-contained.scm 
b/build-aux/check-final-inputs-self-contained.scm
index dc44c4b..dfb6a72 100644
--- a/build-aux/check-final-inputs-self-contained.scm
+++ b/build-aux/check-final-inputs-self-contained.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -57,7 +57,7 @@
 if it does."
   (let ((references (substitutable-references substitute)))
     (when (any (cut string-contains <> "boot") references)
-      (leave (_ "'~a' refers to bootstrap inputs: ~s~%")
+      (leave (G_ "'~a' refers to bootstrap inputs: ~s~%")
              (substitutable-path substitute) references))))
 
 (define (test-final-inputs store system)
@@ -71,7 +71,7 @@ refer to the bootstrap tools."
                                 (string=? (substitutable-path substitute)
                                           dir))
                               available)
-                  (leave (_ "~a (system: ~a) has no substitute~%")
+                  (leave (G_ "~a (system: ~a) has no substitute~%")
                          dir system)))
               inputs)
 



reply via email to

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