gnu: texlive-metafont-base: Use invoke.

* gnu/packages/tex.scm (texlive-metafont-base)[arguments]: Use invoke in the
custom build phase.
This commit is contained in:
Mark H Weaver 2018-03-23 04:10:49 -04:00
parent 4f2f53f939
commit 3730a10786
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ converters, will completely supplant the older patterns.")
cwd "/config")))
(mkdir "build")
(with-directory-excursion "build"
(zero? (system* "inimf" "mf.mf")))))
(invoke "inimf" "mf.mf"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))