gnu: discrover: Remove obsolete build phase.

* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove obsolete
build phase setenv-HOME.
This commit is contained in:
Ricardo Wurmus 2020-10-26 21:17:51 +01:00
parent 0ac4c0ca40
commit 714d02b6b5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2898,12 +2898,7 @@ (define-public discrover
(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)) #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)))))
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
("cairo" ,cairo) ("cairo" ,cairo)