gnu: bioperl-minimal: Remove trailing #T from build phase.

* gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
trailing #T from build phase.
This commit is contained in:
Ricardo Wurmus 2022-12-02 21:51:51 +01:00
parent 7c8832e106
commit 2c8a53cb6b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1176,8 +1176,7 @@ (define-public bioperl-minimal
(package-inputs this-package)))))))
`(#:phases
(modify-phases %standard-phases
(add-after
'install 'wrap-programs
(add-after 'install 'wrap-programs
(lambda* (#:key outputs #:allow-other-keys)
;; Make sure all executables in "bin" find the required Perl
;; modules at runtime. As the PERL5LIB variable contains also
@ -1194,8 +1193,7 @@ (define-public bioperl-minimal
(for-each (lambda (file)
(wrap-program file
`("PERL5LIB" ":" prefix (,path))))
(find-files bin "\\.pl$"))
#t)))))))
(find-files bin "\\.pl$")))))))))
(inputs
(list perl-module-build perl-data-stag perl-libwww perl-uri))
(native-inputs