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. ;; This seems to be a syntax error.
(substitute* "doc/discrover-manual.tex" (substitute* "doc/discrover-manual.tex"
(("theverbbox\\[t\\]") "theverbbox")) (("theverbbox\\[t\\]") "theverbbox"))))
#t))
(add-after 'unpack 'add-missing-includes (add-after 'unpack 'add-missing-includes
(lambda _ (lambda _
(substitute* "src/executioninformation.hpp" (substitute* "src/executioninformation.hpp"
@ -3425,8 +3424,7 @@ data and settings.")
(string-append line "\n#include <random>"))) (string-append line "\n#include <random>")))
(substitute* "src/plasma/fasta.hpp" (substitute* "src/plasma/fasta.hpp"
(("#define FASTA_HPP" line) (("#define FASTA_HPP" line)
(string-append line "\n#include <random>"))) (string-append line "\n#include <random>"))))))))
#t)))))
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
("cairo" ,cairo) ("cairo" ,cairo)