gnu: methyldackel: Remove trailing #T.

* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove trailing #T
from build phase.
This commit is contained in:
Ricardo Wurmus 2021-10-24 19:01:22 +00:00
parent 2820b03509
commit 1d01043a4f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14016,8 +14016,7 @@ (define-public methyldackel
(substitute* "Makefile"
(("-lhts ") "-lhts -lBigWig ")
(("install MethylDackel \\$\\(prefix\\)" match)
(string-append "install -d $(prefix); " match)))
#t)))))
(string-append "install -d $(prefix); " match))))))))
(inputs
`(("curl" ,curl) ; XXX: needed by libbigwig
("htslib" ,htslib-1.9)