From fdf09bcd311b093bd10f0fb35fa4db80516fa7cc Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 28 Jun 2023 23:57:20 +0200 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3