mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: texlive-xmltex: Remove useless binding.
* gnu/packages/tex.scm (texlive-xmltex)[arguments]<#:phases>: Remove useless binding. Change-Id: I5088d42203b85157f89c5ddcbdb66666dc886504
This commit is contained in:
parent
711b168c08
commit
6fcf1d0943
1 changed files with 1 additions and 2 deletions
|
@ -58966,8 +58966,7 @@ (define-public texlive-xmltex
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'install-wrappers
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((pdftex (search-input-file inputs "/bin/pdftex"))
|
||||
(web2c (string-append #$output "/share/texmf-dist/web2c")))
|
||||
(let ((pdftex (search-input-file inputs "/bin/pdftex")))
|
||||
(mkdir-p (string-append #$output "/bin"))
|
||||
(symlink pdftex (string-append #$output "/bin/xmltex"))
|
||||
(symlink pdftex (string-append #$output "/bin/pdfxmltex"))))))))
|
||||
|
|
Loading…
Reference in a new issue