guix-commits
[Top][All Lists]
Advanced

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

30/31: gnu: texlive-ctex: Fix build.


From: guix-commits
Subject: 30/31: gnu: texlive-ctex: Fix build.
Date: Wed, 16 Aug 2023 05:25:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6f85fa0bcf8cfccd67bdad2870666318fc7c7360
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 10:26:53 2023 +0200

    gnu: texlive-ctex: Fix build.
    
    * gnu/packages/tex.scm (texlive-ctex)[arguments]<#:phases>: Delete BUILD
    phase as a workaround, and use pre-generated files.
---
 gnu/packages/tex.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2d2b642fa6..54f5ede8c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11950,6 +11950,9 @@ team (2015-02-05): It seems that this script is 
currently not working.")
               "17zyr0cyxvp91832q35ha3qabdzh4njh96yvp4gfkkfkkszqp3jh")))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
+    (arguments
+     ;; FIXME: I couldn't find how to build this package from source.
+     (list #:phases #~(modify-phases %standard-phases (delete 'build))))
     (propagated-inputs
      (list texlive-adobemapping
            texlive-atbegshi



reply via email to

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