gnu: discrover: Remove trailing #T.
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove trailing #T from build phases.master
parent
1f63c46a1c
commit
62e196608c
|
@ -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)
|
||||||
|
|
Reference in New Issue