guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 33ca18c0e8b55db31e081b454f452e984bda4dbd Author: Nicolas Graves <[email protected]> AuthorDate: Tue Apr 14 03:55:25 2026 +0200 gnu: perl-file-which: Drop input labels. * gnu/packages/perl.scm (perl-file-which)[native-inputs]: Drop input labels. Change-Id: I35f2cb5a349b87ec5b9e60de0ae82a07f4f09a8d Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/perl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index c84c892f11..9b93d6b802 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6658,7 +6658,7 @@ a safe way.") (base32 "0y70qh5kn2hyrrvbsfhg0iws2qggk5vkpz37f7rbd5rd9cjc57dp")))) (build-system perl-build-system) - (native-inputs `(("test-script" ,perl-test-script))) + (native-inputs (list perl-test-script)) (synopsis "Portable implementation of the `which' utility") (description "File::Which was created to be able to get the paths to executable
