[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/40: gnu: texlive-biber: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
38/40: gnu: texlive-biber: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 01:53:19 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 6edad02df21ed49cca8ed132ce4f436704e9d6da
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:08 2021 +0200
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
---
gnu/packages/tex.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3238da5124..c3f9493d45 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -56925,7 +56925,8 @@ documents as well as DVI output.")
perl-module-build
perl-test-differences))
(inputs
- (list perl
+ (list bash-minimal
+ perl
perl-autovivification
perl-class-accessor
perl-data-dump
- 22/40: gnu: moreutils: Add 'bash' input for 'wrap-program'., (continued)
- 22/40: gnu: moreutils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/40: gnu: code: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 28/40: gnu: econnman: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/40: gnu: tomb: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 30/40: gnu: translate-shell: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 36/40: gnu: remmina: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/40: gnu: virtualization: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/40: gnu: xfce: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 24/40: gnu: emulators: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 27/40: gnu: dirvish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/40: gnu: texlive-biber: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 39/40: gnu: fzf: Add 'bash-minimal' input for 'wrap-program'., guix-commits, 2023/10/21
- 40/40: gnu: blanket: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/40: gnu: remind: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 20/40: gnu: web: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/40: gnu: text-editors: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 34/40: gnu: awesome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21