mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 08:40:30 +02:00
gnu: roary: Use INVOKE.
* gnu/packages/bioinformatics.scm (roary)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
@@ -4762,10 +4762,11 @@ partial genes, and identifies translation initiation sites.")
|
||||
(getenv "PATH")))
|
||||
(setenv "PERL5LIB" (string-append (getcwd) "/lib" ":"
|
||||
(getenv "PERL5LIB")))
|
||||
(zero? (length (filter (lambda (file)
|
||||
(display file)(display "\n")
|
||||
(not (zero? (system* "perl" file))))
|
||||
(find-files "t" ".*\\.t$"))))))
|
||||
(for-each (lambda (file)
|
||||
(display file)(display "\n")
|
||||
(invoke "perl" file))
|
||||
(find-files "t" ".*\\.t$"))
|
||||
#t))
|
||||
(replace 'install
|
||||
;; There is no 'install' target in the Makefile.
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user