diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ac6c7e020c..822f35635f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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)