~ruther/guix-local

63b31b567e4716e6dacb764847f5cdebcb9ed8e5 — Ludovic Courtès 8 years ago 04bbd07
gnu: xfig: Don't ignore 'xmkmf' exit code.

Suggested by Mike Gerwitz <mtg@gnu.org>.

* gnu/packages/xfig.scm (xfig)[arguments]: Use 'invoke' when invoking
'xmkmf'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xfig.scm
M gnu/packages/xfig.scm => gnu/packages/xfig.scm +1 -1
@@ 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