gnu: yaehmop: Fix build due to missing TeX Live scripts.
* gnu/packages/chemistry.scm (yaehmop)[native-inputs]: Add missing "latexmk" and "repstopdf" scripts.
parent
169edc0503
commit
fdf09bcd31
|
@ -901,8 +901,10 @@ emphasis on quality rather than speed.")
|
||||||
(list gfortran
|
(list gfortran
|
||||||
(texlive-updmap.cfg
|
(texlive-updmap.cfg
|
||||||
(list texlive-ec
|
(list texlive-ec
|
||||||
|
texlive-epstopdf
|
||||||
texlive-geometry
|
texlive-geometry
|
||||||
texlive-graphics))))
|
texlive-graphics
|
||||||
|
texlive-latexmk))))
|
||||||
(home-page "https://github.com/greglandrum/yaehmop")
|
(home-page "https://github.com/greglandrum/yaehmop")
|
||||||
(synopsis "Perform extended Hückel calculations")
|
(synopsis "Perform extended Hückel calculations")
|
||||||
(description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular
|
(description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular
|
||||||
|
|
Reference in New Issue