guix-commits
[Top][All Lists]
Advanced

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

25/38: gnu: gpxsee: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 25/38: gnu: gpxsee: Use INVOKE.
Date: Mon, 25 Jun 2018 22:24:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d64b79fa9801d4db6dbfc6aefcb5d773309f72f1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 22:14:06 2018 +0200

    gnu: gpxsee: Use INVOKE.
    
    * gnu/packages/gps.scm (gpxsee)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/gps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index e913c25..0555d83 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -193,7 +193,7 @@ coordinates as well as partial support for adjustments in 
global coordinate syst
            ;; Use lrelease to convert TS translation files into QM files.
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (for-each (lambda (file)
-                         (system* "lrelease" file))
+                         (invoke "lrelease" file))
                        (find-files "lang" "\\.ts"))
              (substitute* "src/config.h"
                (("/usr/share/gpxsee")



reply via email to

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