rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 62e196608c76ec32973d0a64c661cf5ef858359d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 8 14:02:30 2021 +0100
gnu: discrover: Remove trailing #T.
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove trailing #T
from build phases.
---
gnu/packages/bioinformatics.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index de15f0a..3fde2ba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3416,8 +3416,7 @@ data and settings.")
(("≤") "<="))
;; This seems to be a syntax error.
(substitute* "doc/discrover-manual.tex"
- (("theverbbox\\[t\\]") "theverbbox"))
- #t))
+ (("theverbbox\\[t\\]") "theverbbox"))))
(add-after 'unpack 'add-missing-includes
(lambda _
(substitute* "src/executioninformation.hpp"
@@ -3425,8 +3424,7 @@ data and settings.")
(string-append line "\n#include <random>")))
(substitute* "src/plasma/fasta.hpp"
(("#define FASTA_HPP" line)
- (string-append line "\n#include <random>")))
- #t)))))
+ (string-append line "\n#include <random>"))))))))
(inputs
`(("boost" ,boost)
("cairo" ,cairo)