me
/
guix
Archived
1
0
Fork 0

gnu: discrover: Remove trailing #T.

* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove trailing #T
from build phases.
master
Ricardo Wurmus 2021-12-08 14:02:30 +01:00
parent 1f63c46a1c
commit 62e196608c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -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)