mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: discrover: Remove obsolete build phase.
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove obsolete build phase setenv-HOME.
This commit is contained in:
parent
0ac4c0ca40
commit
714d02b6b5
1 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue