lol

auctex: add etoolbox dependency to fix failing build

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