guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xfig: Don't ignore 'xmkmf' exit code.


From: Ludovic Courtès
Subject: 01/03: gnu: xfig: Don't ignore 'xmkmf' exit code.
Date: Sat, 2 Dec 2017 09:06:08 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 63b31b567e4716e6dacb764847f5cdebcb9ed8e5
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 2 11:02:24 2017 +0100

    gnu: xfig: Don't ignore 'xmkmf' exit code.
    
    Suggested by Mike Gerwitz <address@hidden>.
    
    * gnu/packages/xfig.scm (xfig)[arguments]: Use 'invoke' when invoking
    'xmkmf'.
---
 gnu/packages/xfig.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm
index 64ca570..e51558e 100644
--- a/gnu/packages/xfig.scm
+++ b/gnu/packages/xfig.scm
@@ -90,7 +90,7 @@
                         (("XCOMM USEINLINE") "USEINLINE"))
                       ;; The -a argument is required in order to pick up the 
correct paths
                       ;; to several X header files.
-                      (zero? (system* "xmkmf" "-a"))
+                      (invoke "xmkmf" "-a")
                       ;; Reset some variables that are inherited from imake 
templates
                       (substitute* "Makefile"
                         ;; These imake variables somehow remain undefined



reply via email to

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