guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49327] [PATCH core-updates 062/128] gnu: biber: Add 'bash' input fo


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 062/128] gnu: biber: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:07:08 +0200

It is required for cross-compilation.

* gnu/packages/tex.scm (biber)[inputs]: Add 'bash-minimal'.
---
 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 39cc4e9f37..fefdd079f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6892,7 +6892,8 @@ values (strings, macros, or numbers) pasted together.")
                                     "/lib/perl5/site_perl")))))
              #t)))))
     (inputs
-     `(("perl-autovivification" ,perl-autovivification)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("perl-autovivification" ,perl-autovivification)
        ("perl-class-accessor" ,perl-class-accessor)
        ("perl-data-dump" ,perl-data-dump)
        ("perl-data-compare" ,perl-data-compare)
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]