mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ngs-sdk: Use INVOKE.
* gnu/packages/bioinformatics.scm (ngs-sdk)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
parent
e78e54d029
commit
3da3cedf76
1 changed files with 4 additions and 3 deletions
|
@ -5262,9 +5262,10 @@ (define-public ngs-sdk
|
|||
|
||||
;; The 'configure' script doesn't recognize things like
|
||||
;; '--enable-fast-install'.
|
||||
(zero? (system* "./configure"
|
||||
(invoke "./configure"
|
||||
(string-append "--build-prefix=" (getcwd) "/build")
|
||||
(string-append "--prefix=" out))))))
|
||||
(string-append "--prefix=" out))
|
||||
#t)))
|
||||
(add-after 'unpack 'enter-dir
|
||||
(lambda _ (chdir "ngs-sdk") #t)))))
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue