mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: methyldackel: Remove trailing #T.
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
2820b03509
commit
1d01043a4f
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue