From 5f55ca21051d37326afb3f8dd878340b5edd7015 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 27 Mar 2018 00:53:20 -0400 Subject: gnu: aspell-dict-*: Use invoke. * gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase. --- gnu/packages/aspell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 7b2347720b..1e2149cd2c 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -102,7 +102,7 @@ (define* (aspell-dictionary dict-name full-name (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) - (zero? (system* "./configure")))))) + (invoke "./configure"))))) #:make-flags (let ((out (assoc-ref %outputs "out"))) (list (string-append "dictdir=" out "/lib/aspell") -- cgit v1.2.3