about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2024-01-27 09:54:27 +0000
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2024-01-27 09:54:27 +0000
commit75eb32b0bb1256362d4de155221ace10f9234dc2 (patch)
treec659cd82a8c247013fdf351dd103a560249701dc /pkgs/tools/typesetting
parent47b2c8fe97cc95627e51f37cd5b501b0381d86b4 (diff)
downloadnixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar.gz
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar.bz2
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar.lz
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar.xz
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.tar.zst
nixlib-75eb32b0bb1256362d4de155221ace10f9234dc2.zip
auctex: add etoolbox dependency to fix failing build
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/auctex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/auctex/default.nix b/pkgs/tools/typesetting/tex/auctex/default.nix
index fe053e41be1e..dc027b5c470e 100644
--- a/pkgs/tools/typesetting/tex/auctex/default.nix
+++ b/pkgs/tools/typesetting/tex/auctex/default.nix
@@ -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 = ''