rekado pushed a commit to branch master
in repository guix.

commit e7c6bc45ed440fd895b03b60878cb75ca8dea2f2
Author: Ricardo Wurmus <[email protected]>
Date:   Fri Jan 11 06:08:00 2019 +0100

    gnu: jamm: Remove broken "build" phase.
    
    * gnu/packages/bioinformatics.scm (jamm)[arguments]: Remove "build" phase.
---
 gnu/packages/bioinformatics.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 58ba2f0..433d322 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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"))

Reply via email to