Commit 75eb32b0 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

auctex: add etoolbox dependency to fix failing build

parent 47b2c8fe
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
    (texliveBasic.withPackages (ps: [ ps.hypdoc ]))
    (texliveBasic.withPackages (ps: [ ps.etoolbox ps.hypdoc ]))
  ];

  preConfigure = ''