mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: texlive-latex-babel: Install to generic/babel.
* gnu/packages/tex.scm (texlive-latex-babel)[arguments]: Change tex-directory to install to the "generic" tree.
This commit is contained in:
parent
d9d44e84f6
commit
dcc8af4a64
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ (define-public texlive-latex-babel
|
|||
"1n3i5adsyy7jw0imnzrm2i8wkf73i3mjk9h3ic8cb9cd19i4r9r3"))))
|
||||
(build-system texlive-build-system)
|
||||
(arguments
|
||||
'(#:tex-directory "latex/babel"
|
||||
'(#:tex-directory "generic/babel"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; This package tries to produce babel.aux twice but refuses to
|
||||
|
|
Loading…
Reference in a new issue