guix-commits
[Top][All Lists]
Advanced

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

11/44: gnu: texlive-latex-oberdiek: Build ifpdf package.


From: Ricardo Wurmus
Subject: 11/44: gnu: texlive-latex-oberdiek: Build ifpdf package.
Date: Sun, 9 Jul 2017 11:09:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 05d28068ed6a54e87b2efdf357c045383875e135
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jul 2 15:07:07 2017 +0200

    gnu: texlive-latex-oberdiek: Build ifpdf package.
    
    * gnu/packages/tex.scm (texlive-latex-oberdiek)[arguments]: Only build the
    "oberdiek.ins" package (which includes all other packages); patch file to
    build "ifpdf.dtx" instead of "ifpdf.ins".
---
 gnu/packages/tex.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e0584eb..0177fd2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1022,13 +1022,14 @@ nameref packages, which make use of the facilities of 
hyperref.")
     (build-system texlive-build-system)
     (arguments
      '(#:tex-directory "latex/oberdiek"
+       #:build-targets '("oberdiek.ins")
        #:phases
        (modify-phases %standard-phases
-         ;; "ifpdf.ins" is not generated, so we cannot process it.
+         ;; "ifpdf.ins" is not generated, so we need to process the dtx file.
          (add-after 'unpack 'do-not-process-ifpdf.ins
            (lambda _
              (substitute* "oberdiek.ins"
-               (("\\\\batchinput\\{ifpdf.ins\\}") ""))
+               (("ifpdf.ins") "ifpdf.dtx"))
              #t)))))
     (home-page "http://www.ctan.org/pkg/oberdiek";)
     (synopsis "Bundle of packages submitted by Heiko Oberdiek")



reply via email to

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