gnu: jamm: Remove broken "build" phase.

* gnu/packages/bioinformatics.scm (jamm)[arguments]: Remove "build" phase.
This commit is contained in:
Ricardo Wurmus 2019-01-11 06:08:00 +01:00
parent 9757b57f4e
commit e7c6bc45ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14217,12 +14217,7 @@ (define-public jamm
#:phases
(modify-phases %standard-phases
(delete 'configure)
(replace 'build
(lambda* (#:key inputs outputs #:allow-other-keys)
(substitute* "JAMM.sh"
(("^sPath=.*")
(string-append "")))
#t))
(delete 'build)
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))