mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: texlive-biber: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/tex.scm (texlive-biber)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I50b81e2d41f9e1a800de3f43ba6b50bbaf4eb471
This commit is contained in:
parent
7351aa3b3e
commit
3bdd002308
1 changed files with 2 additions and 1 deletions
|
@ -56941,7 +56941,8 @@ (define-public texlive-biber
|
||||||
perl-module-build
|
perl-module-build
|
||||||
perl-test-differences))
|
perl-test-differences))
|
||||||
(inputs
|
(inputs
|
||||||
(list perl
|
(list bash-minimal
|
||||||
|
perl
|
||||||
perl-autovivification
|
perl-autovivification
|
||||||
perl-class-accessor
|
perl-class-accessor
|
||||||
perl-data-dump
|
perl-data-dump
|
||||||
|
|
Loading…
Reference in a new issue