gnu: discrover: Remove obsolete build phase.
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove obsolete build phase setenv-HOME.master
parent
0ac4c0ca40
commit
714d02b6b5
|
@ -2898,12 +2898,7 @@ data and settings.")
|
|||
(substitute* "src/plasma/fasta.hpp"
|
||||
(("#define FASTA_HPP" line)
|
||||
(string-append line "\n#include <random>")))
|
||||
#t))
|
||||
;; FIXME: this is needed because we're using texlive-union, which
|
||||
;; doesn't handle fonts correctly. It expects to be able to generate
|
||||
;; fonts in the home directory.
|
||||
(add-before 'build 'setenv-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp") #t)))))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("cairo" ,cairo)
|
||||
|
|
Reference in New Issue