mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: texlive-bin: Use invoke.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst' phase.
This commit is contained in:
parent
6fea8adec9
commit
24fe4b596d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ (define-public texlive-bin
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue