emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32428: closed ([PATCH] gnu: mit-scheme: Use minima


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32428: closed ([PATCH] gnu: mit-scheme: Use minimal texlive-union.)
Date: Tue, 21 Aug 2018 14:33:02 +0000

Your message dated Tue, 21 Aug 2018 16:31:50 +0200
with message-id <address@hidden>
and subject line [bug#32428] [PATCH] gnu: mit-scheme: Use minimal texlive-union.
has caused the debbugs.gnu.org bug report #32428,
regarding [PATCH] gnu: mit-scheme: Use minimal texlive-union.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32428: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32428
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: mit-scheme: Use minimal texlive-union. Date: Mon, 13 Aug 2018 18:06:43 +0200
* gnu/packages/scheme.scm (mit-scheme)[native-inputs]: Replace texlive with 
texlive-union.
---
 gnu/packages/scheme.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index b30245cce..ef94aedad 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -104,6 +104,10 @@
                                (find-files "src/compiler" "^make\\.")))
              (chdir "src")
              #t))
+         ;; FIXME: the texlive-union insists on regenerating fonts.  It stores
+         ;; them in HOME, so it needs to be writeable.
+         (add-before 'build 'set-HOME
+           (lambda _ (setenv "HOME" "/tmp") #t))
          (replace 'build
            (lambda* (#:key system outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
@@ -150,7 +154,7 @@
                (delete-file-recursively old-doc-dir)
                #t))))))
     (native-inputs
-     `(("texlive" ,texlive)
+     `(("texlive" ,(texlive-union (list texlive-tex-texinfo)))
        ("texinfo" ,texinfo)
        ("m4" ,m4)))
     (inputs
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: [bug#32428] [PATCH] gnu: mit-scheme: Use minimal texlive-union. Date: Tue, 21 Aug 2018 16:31:50 +0200 User-agent: mu4e 1.0; emacs 26.1
close

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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