auctex: add etoolbox dependency to fix failing build

This commit is contained in:
Vincenzo Mantova 2024-01-27 09:54:27 +00:00
parent 47b2c8fe97
commit 75eb32b0bb

View File

@ -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 = ''