Description of problem: minted is broken on rawhide, it needs fvextra.sty but that one is not available Version-Release number of selected component (if applicable): texlive-minted-svn44855-1.fc29 texlive-2017-1.fc29 How reproducible: easy Steps to Reproduce: 1. $ mock -r fedora-rawhide-x86_64 --init 2. $ mock -r fedora-rawhide-x86_64 --install /usr/bin/xelatex texlive-minted 3. $ mock -r fedora-rawhide-x86_64 --shell 4. # cat > document.tex << EOF \documentclass{article} \usepackage{minted} \begin{document} \end{document} EOF 5. # xelatex document.tex Actual results: ! LaTeX Error: File `fvextra.sty' not found. Expected results: No error Additional info: nothing provides tex(fvextra.sty)
Fixed in -2.
Confirmed. Thank you.