me
/
guix
Archived
1
0
Fork 0

gnu: discrover: Remove obsolete build phase.

* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove obsolete
build phase setenv-HOME.
master
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
1 changed files with 1 additions and 6 deletions

View File

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