Commit cec3a441 authored by apfelkuchen06's avatar apfelkuchen06
Browse files

auctex: fix build

prior to this change, the build fails because the documentation cannot be
generated due to a missing latex package (probably fallout from a texlive
update):

! LaTeX Error: File `hypdoc.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.29  \begin{document}
                      ^^M
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on preview.log.
make[1]: *** [Makefile:91: preview.pdf] Error 1
make[1]: Leaving directory '/build/auctex-12.3/latex'
make: *** [Makefile:219: texmf] Error 2
parent 35fd4065
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ let auctex = stdenv.mkDerivation ( rec {
  buildInputs = [
    emacs
    ghostscript
    texlive.combined.scheme-basic
    (texlive.combine { inherit (texlive) scheme-basic hypdoc;  })
  ];

  preConfigure = ''