diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-07-10 22:39:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-07-17 14:00:14 +0200 |
commit | dcc8af4a64f071271f7fc4c8ba32a1875c2344d0 (patch) | |
tree | 70c211120130f062be89745ba6125a7b78cb335f /gnu/packages | |
parent | d9d44e84f6cacc099b28f32fd70ef4d1a5f3be8c (diff) | |
download | patches-dcc8af4a64f071271f7fc4c8ba32a1875c2344d0.tar patches-dcc8af4a64f071271f7fc4c8ba32a1875c2344d0.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ceb6052c70..5040433784 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1442,7 +1442,7 @@ distribution.") "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 |