guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: discrover: Remove obsolete build phase.


From: guix-commits
Subject: 01/06: gnu: discrover: Remove obsolete build phase.
Date: Mon, 26 Oct 2020 17:22:21 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 8b7f00b0a8f6777aaa25ed5912061d23c3e6747f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 21:17:51 2020 +0100

    gnu: discrover: Remove obsolete build phase.
    
    * gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove obsolete
    build phase setenv-HOME.
---
 gnu/packages/bioinformatics.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 41d9240..c2588e1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2742,12 +2742,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]