guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: yaehmop: Fix build due to missing TeX Live scripts.


From: guix-commits
Subject: 03/06: gnu: yaehmop: Fix build due to missing TeX Live scripts.
Date: Wed, 28 Jun 2023 19:16:53 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit a3d41dd77f3836bb324bea22831779cb0de8cacf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 28 23:57:20 2023 +0200

    gnu: yaehmop: Fix build due to missing TeX Live scripts.
    
    * gnu/packages/chemistry.scm (yaehmop)[native-inputs]: Add missing "latexmk"
    and "repstopdf" scripts.
---
 gnu/packages/chemistry.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 44107e825a..95c5905cf3 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -901,8 +901,10 @@ emphasis on quality rather than speed.")
      (list gfortran
            (texlive-updmap.cfg
             (list texlive-ec
+                  texlive-epstopdf
                   texlive-geometry
-                  texlive-graphics))))
+                  texlive-graphics
+                  texlive-latexmk))))
     (home-page "https://github.com/greglandrum/yaehmop";)
     (synopsis "Perform extended Hückel calculations")
     (description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular



reply via email to

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