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:
parent
7c8832e106
commit
2c8a53cb6b
1 changed files with 2 additions and 4 deletions
|
@ -1176,8 +1176,7 @@ alignments and perform the following operations:
|
||||||
(package-inputs this-package)))))))
|
(package-inputs this-package)))))))
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after 'install 'wrap-programs
|
||||||
'install 'wrap-programs
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Make sure all executables in "bin" find the required Perl
|
;; Make sure all executables in "bin" find the required Perl
|
||||||
;; modules at runtime. As the PERL5LIB variable contains also
|
;; modules at runtime. As the PERL5LIB variable contains also
|
||||||
|
@ -1194,8 +1193,7 @@ alignments and perform the following operations:
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PERL5LIB" ":" prefix (,path))))
|
`("PERL5LIB" ":" prefix (,path))))
|
||||||
(find-files bin "\\.pl$"))
|
(find-files bin "\\.pl$")))))))))
|
||||||
#t)))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list perl-module-build perl-data-stag perl-libwww perl-uri))
|
(list perl-module-build perl-data-stag perl-libwww perl-uri))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue