lol

auctex: add etoolbox dependency to fix failing build

+1 -1
+1 -1
pkgs/tools/typesetting/tex/auctex/default.nix
··· 17 buildInputs = [ 18 emacs 19 ghostscript 20 - (texliveBasic.withPackages (ps: [ ps.hypdoc ])) 21 ]; 22 23 preConfigure = ''
··· 17 buildInputs = [ 18 emacs 19 ghostscript 20 + (texliveBasic.withPackages (ps: [ ps.etoolbox ps.hypdoc ])) 21 ]; 22 23 preConfigure = ''