mhw pushed a commit to branch core-updates
in repository guix.

commit 24fe4b596d004bca179b2e55bc3071e5f8e7891f
Author: Mark H Weaver <[email protected]>
Date:   Fri Mar 23 03:57:57 2018 -0400

    gnu: texlive-bin: Use invoke.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 
'postinst'
    phase.
---
 gnu/packages/tex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1416a00..9fcf317 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -191,7 +191,7 @@
                (with-directory-excursion "texlive-extra"
                  (apply unpack (list #:source texlive-extra))
                  (apply patch-source-shebangs (list #:source texlive-extra))
-                 (system* "mv" "tlpkg" share))))))))
+                 (invoke "mv" "tlpkg" share))))))))
    (synopsis "TeX Live, a package of the TeX typesetting system")
    (description
     "TeX Live provides a comprehensive TeX document production system.

Reply via email to