gnu: jamm: Remove broken "build" phase.

* gnu/packages/bioinformatics.scm (jamm)[arguments]: Remove "build" phase.
master
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
1 changed files with 1 additions and 6 deletions

View File

@ -14217,12 +14217,7 @@ absolute GSEA.")
#: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"))