gnu: aspell-dict-*: Use invoke.

* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom
configure phase.
This commit is contained in:
Mark H Weaver 2018-03-27 00:53:20 -04:00
parent 1e868858fd
commit 5f55ca2105
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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")