mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: emboss: Use INVOKE.
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
parent
8b685c4720
commit
e78e54d029
1 changed files with 1 additions and 1 deletions
|
@ -9034,7 +9034,7 @@ (define-public emboss
|
|||
(("\\$\\(bindir\\)/embossupdate") ""))
|
||||
#t))
|
||||
(add-after 'disable-update-check 'autogen
|
||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
||||
(lambda _ (invoke "autoreconf" "-vif") #t)))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("libpng" ,libpng)
|
||||
|
|
Loading…
Reference in a new issue