mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -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"
|
(substitute* "Makefile"
|
||||||
(("-lhts ") "-lhts -lBigWig ")
|
(("-lhts ") "-lhts -lBigWig ")
|
||||||
(("install MethylDackel \\$\\(prefix\\)" match)
|
(("install MethylDackel \\$\\(prefix\\)" match)
|
||||||
(string-append "install -d $(prefix); " match)))
|
(string-append "install -d $(prefix); " match))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl) ; XXX: needed by libbigwig
|
`(("curl" ,curl) ; XXX: needed by libbigwig
|
||||||
("htslib" ,htslib-1.9)
|
("htslib" ,htslib-1.9)
|
||||||
|
|
Loading…
Reference in a new issue