tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
auctex: add etoolbox dependency to fix failing build
Vincenzo Mantova
2 years ago
75eb32b0
47b2c8fe
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
tex
auctex
default.nix
+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 = ''