mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue