guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/66: gnu: texlive-bin: Use invoke.


From: Mark H. Weaver
Subject: 57/66: gnu: texlive-bin: Use invoke.
Date: Fri, 23 Mar 2018 04:46:48 -0400 (EDT)

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

commit 24fe4b596d004bca179b2e55bc3071e5f8e7891f
Author: Mark H Weaver <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]