auctex: add etoolbox dependency to fix failing build
This commit is contained in:
parent
47b2c8fe97
commit
75eb32b0bb
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user