This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bf4b5042fe gnu: perl-pod-site: Add bash-minimal for wrap-program.
bf4b5042fe is described below
commit bf4b5042fe8e9e1716ecdfebf81d6adc6a0dcdad
Author: gemmaro <[email protected]>
AuthorDate: Mon Jun 16 21:42:43 2025 +0900
gnu: perl-pod-site: Add bash-minimal for wrap-program.
* gnu/packages/perl.scm (perl-pod-site)[inputs]: Add bash-minimal.
Change-Id: I97813d2965d8dbae2016a4fb840f67273435b34e
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/perl.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4909347832..12dbbf7781 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9940,6 +9940,7 @@ used for writing documentation for Perl and for Perl
modules.")
perl-test-pod
perl-test-pod-coverage
perl-test-xpath))
+ (inputs (list bash-minimal))
(propagated-inputs (list perl-html-parser ;for HTML::Entities
perl-object-tiny))
(home-page "https://metacpan.org/release/Pod-Site")